Skip to content

Add requirements.txt for reproducibility (fixes #45)#177

Open
abhiram123467 wants to merge 4 commits intoML4SCI:mainfrom
abhiram123467:main
Open

Add requirements.txt for reproducibility (fixes #45)#177
abhiram123467 wants to merge 4 commits intoML4SCI:mainfrom
abhiram123467:main

Conversation

@abhiram123467
Copy link

Fixes #45

What this PR does

Adds a requirements.txt file with all dependencies
needed to run DeepLense notebooks.

Why it's needed

New contributors currently have no easy way to set up
the environment. This file enables:

  • pip install -r requirements.txt
  • One-click Colab setup

Tested on

✅ Google Colab with T4 GPU
✅ Python 3.10

Dependencies added

torch, torchvision, numpy, scipy, matplotlib,
scikit-learn, einops, gdown, Pillow, tqdm, jupyter

Added a robust loader for DeepLense .npy files that supports multiple formats and includes a PyTorch Dataset class for easy data handling.
Implements Neural ODE + MLP baseline for SIR epidemic prediction.
Physics-informed loss with symbolic regression analysis.
Submitted as part of HumanAI GSoC 2026 application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant