Skip to content

da-cali/image_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image recognition

Training a neural network on the MNIST dataset.

0. Install Anaconda.

1. Clone repository:

git clone https://github.com/da-cali/image_recognition
cd image_recognition

2. Create conda environment and install dependencies:

conda create -n image_recognition python=3.9
conda activate image_recognition
conda env update -f environment.yml

3. Run demo.

python main.py

About

PyTorch neural network on the classic MNIST dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages