o o o
/|\ /|\ /|\
o o o o o o o
\|/ \|/ \|/
o o o
This repository contains projects and assignments completed for my Deep Learning course (DSBA 6165).
The repository is organized into individual project folders:
- pottery_classifier/: DNN-based model for classifying pottery types
- Additional projects will be listed here as they're completed
This repository uses Conda environments with Python 3.10.12.
# Create a conda environment
conda create -n deep_learning python=3.10.12
# Activate the environment
conda activate deep_learning
# Install dependencies using pip
pip install -r requirements.txt