DeepLearningProject
An in-depth machine learning tutorial introducing readers to a whole machine learning pipeline from scratch.
File Explorer
Download Latest Version (.zip)- Deep_Learning_Project-Pytorch.html
- Deep_Learning_Project-Pytorch.ipynb
- Deep_Learning_Project-Pytorch.ipynb
- Deep_Learning_Project.ipynb
- Deep_Learning_Project-Pytorch.html
- Deep_Learning_Project-Pytorch.ipynb
- .gitignore
- _config.yml
- chair1.png
- chair2.png
- contour.png
- Deep_Learning_Project-Pytorch.ipynb
- Deep_Learning_Project.ipynb
- deeplearningproject_environment.yml
- docker-compose.yml
- Dockerfile
- index.html
- LICENSE
- pytorch_version.html
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Spandan-Madan/DeepLearningProject
Downloads the entire project code from GitHub to your computer.
cd DeepLearningProject
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ipykernel
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker-compose up
Runs the command against the services defined in the compose file.
docker-compose build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
