Skip to content

⚡basic-image-classifier⚡This project is an image classifier integrating a simple convolutional neural network(CNN)

Notifications You must be signed in to change notification settings

emmendoza2794/basic-image-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡basic-image-classifier⚡

This project is an image classifier integrating a simple convolutional neural network(CNN), for this the following libraries were used:

video_demo.mp4

🗂 In this project we use PyTorch to create our CNN, we also use it to apply some transformations to the set of images to obtain better results

🚨Prerequisites🚨

  • python 3.10 ^

🚧local installation🚧

  1. create the virtual environment with pip venv and activate it
python -m venv venv
source venv/bin/activate # linux
  1. install dependencies
pip install -r requirements.txt
  1. run the app
streamlit run app.py 🚀🚀

About

⚡basic-image-classifier⚡This project is an image classifier integrating a simple convolutional neural network(CNN)

Topics

Resources

Stars

Watchers

Forks