Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ cnn Public

This project demonstrates how to create a Convolutional Neural Network (CNN) model using PyTorch.

License

Notifications You must be signed in to change notification settings

tiesen243/cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN Model with PyTorch

This project demonstrates how to create a Convolutional Neural Network (CNN) model using PyTorch.

Installation

  1. Clone the repository:

    git clone [email protected]:tiesen243/cnn.git
    cd cnn
  2. Create and activate the conda environment:

    conda env create -f environment.yml
    conda activate ml

Usage

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

License

This project is licensed under the MIT License.

About

This project demonstrates how to create a Convolutional Neural Network (CNN) model using PyTorch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published