Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 613 Bytes

File metadata and controls

48 lines (28 loc) · 613 Bytes

ImageClassificationApp

Add your own readme to explain the project

Quickstart

Run

Train a model

To traina modle run

python scripts/train.py

Classify an Image

Frontend

  1. Make sure you are in the frontend directory
cd frontend 
  1. To install the frontend dependencies
npm install 
  1. To run the development server
npm run start 
  1. To buiild the production files
npm run build

TODO : you have to fix some issues you are having with the venv find out how to properly delete it and create it again