https://github.com/mendhak/fastai_lessons
https://github.com/mendhak/fastai_lessons
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/fastai_lessons
- Owner: mendhak
- Created: 2023-04-13T17:05:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T17:05:10.000Z (about 2 years ago)
- Last Synced: 2025-02-12T06:38:48.466Z (11 months ago)
- Language: Jupyter Notebook
- Size: 8.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create the Conda environment:
conda env create -f environment.yml python=3.9
Activate it
conda activate fastai