This project demonstrates how to create a Convolutional Neural Network (CNN) model using PyTorch.
-
Clone the repository:
git clone [email protected]:tiesen243/cnn.git cd cnn
-
Create and activate the conda environment:
conda env create -f environment.yml conda activate ml
Open the project in VSCode or Jupyter Notebook to run and experiment with the model.
-
To open in VSCode:
code .
-
To open in Jupyter Notebook:
jupyter notebook
After opening the project in VSCode or Jupyter Notebook, run all the cells in the notebook to train and test the model.
Finally, run the web application to test the model:
py web.py
This project is licensed under the MIT License.