Skip to content

shaharyar007/Project-apple-disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple disease detection system

Setup for Python:

  1. Install Python (Setup instructions)

  2. Install Python packages

pip install tensorflow
pip install numpy
pip install fastapi
pip install uvicorn
pip install pillow
pip install tensorflow
pip install matplotlib



Setup for ReactJS

  1. Install Nodejs (Setup instructions)
  2. Install NPM (Setup instructions)
  3. Install dependencies
cd frontend
npm install --from-lock-json
npm audit fix

Model training

  1. Download the data from kaggle.
  2. Run Jupyter Notebook.
  3. Open New_model.ipynb in Jupyter Notebook.
  4. Run all the Cells one by one.

FastAPI

  1. Get inside Api's folder
  2. Run the FastAPI Server using uvicorn
  3. Your API is now running at localhost:8000

Running the Frontend

  1. Get inside frontend folder
cd frontend
  1. Run the frontend
npm run start

About

Usn project repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published