Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ There are seven main challenges:
Please find more details and example Jupyter notebooks inside each challenge folder.

Solutions are due on Monday, July 31st at 18:00 CET. Winners will receive certificates and prizes.

🔧 Setup Instructions
1️⃣ Clone the repository
git clone https://github.com/ML4SCI/DeepLearnHackathon.git
cd DeepLearnHackathon
2️⃣ Create virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
3️⃣ Install dependencies
pip install -r requirements.txt
4️⃣ Launch Jupyter Notebook
jupyter notebook
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
numpy
pandas
matplotlib
scikit-learn
jupyter
notebook
scipy
seaborn
tqdm