Skip to content

ArchitAgrawal25/Visionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visinory

"Visinory uses deep learning to help farmers detect crop diseases and soil type detection."

Installation and Running server

Install my-project with npm

  cd Front-End
  npm install 

To start server for react website

  npm start

For api server you need python3.8. In new terminal.

cd Back-End

To install require package.

You need to install requirements.txt

pip install -r requirements.txt

For running server for Soil Api.

cd Crop
python -m uvicorn main_soil:app --host 0.0.0.0 --port 8000 --reload

For running server for Crop Api.

cd Crop
python -m uvicorn main_crop:app --host 0.0.0.0 --port 8001 --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published