Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simre1/mlpc-2024
https://github.com/simre1/mlpc-2024
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simre1/mlpc-2024
- Owner: Simre1
- License: mit
- Created: 2024-03-25T17:09:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:29:21.000Z (7 months ago)
- Last Synced: 2024-11-07T18:29:12.633Z (2 months ago)
- Language: Jupyter Notebook
- Size: 77.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MLPC 2024 - Team Pocket
## Installation
Our project uses `conda`/`miniconda` to manage dependencies.
**Clone the project with https or ssh (choose https if you are not sure):**
```bash
git clone https://github.com/Simre1/MLPC-2024.git
```or
```bash
git clone [email protected]:Simre1/MLPC-2024.git
```**Install the conda environment:**
Go into the `MLPC-2024` directory and set up the conda environment.
```bash
conda env create -f environment.yml
conda activate mlpc-2024
```**Run Jupyter Lab**
Activate the environment and start Jupyter Lab while you are in the `MLPC-2024` directory.
```bash
conda activate mlpc-2024
jupyter lab
```Of course, you can also use editor integrations for jupyter instead of `jupyter lab`.