https://github.com/iivexii/leafotev
https://github.com/iivexii/leafotev
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iivexii/leafotev
- Owner: IIvexII
- Created: 2024-02-18T16:41:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:04:54.000Z (about 2 years ago)
- Last Synced: 2024-04-28T03:21:06.101Z (almost 2 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 77.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leafotev 🍃
The leafotev project is an application built to help users identify plant diseases and pests. This project have two parts, the first part is the backend server that is built using FastAPI and the second part is the frontend that is built using Tkinter which is for the end user to interact with the application.
## Setup Backend Server 🚀(For Devs)
Backend server is where the machine learning model is hosted and where the frontend will send the images to be processed. This needs to be running for the frontend to work.
### Install dependencies
```bash
pip install -r requirements.txt
```
### Run the Backend
```bash
uvicorn --app-dir .\API\ main:app --reload
```
## Setup Frontend 🚀(For End-Users)
There is no need to install anything for the frontend, just run the `leafotev.exe` file and the application will start.
### Snapshots of User Application