2025-09-16 20:06:08 +02:00
|
|
|
# NanoSocrates
|
|
|
|
|
|
2025-09-17 11:36:02 +02:00
|
|
|
This is the work project for the DeepLearning exam of 16th September 2025
|
|
|
|
|
|
|
|
|
|
## Index
|
|
|
|
|
|
2025-09-17 16:50:50 +02:00
|
|
|
- [Resources](./docs/RESOURCES.md)
|
|
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
|
|
Create and activate you Conda enviroment with:
|
|
|
|
|
|
|
|
|
|
conda env create -f environment.yaml
|
|
|
|
|
conda activate deep_learning
|
|
|
|
|
|
|
|
|
|
Now install dependencies on pip:
|
|
|
|
|
|
|
|
|
|
pip install -r requirements.txt
|