diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 91bb0d2..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/README.md b/README.md index 5ef221e..59e3632 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e32f041 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +numpy +pandas +matplotlib +scikit-learn +jupyter +notebook +scipy +seaborn +tqdm \ No newline at end of file