An open API service indexing awesome lists of open source software.

https://github.com/adhiiisetiawan/pest-recognition-app

Web implementation for insect pest recognition
https://github.com/adhiiisetiawan/pest-recognition-app

computer-vision convolutional-neural-networks streamlit-webapp

Last synced: 3 months ago
JSON representation

Web implementation for insect pest recognition

Awesome Lists containing this project

README

        

# Pest Recognition App

## Quick Start Examples

### Install
Clone this repository and install package in your environment.
```bash
# clone repository
git clone https://github.com/adhiiisetiawan/pest-recognition-app.git
cd pest-recognition-app

# create your environment
python3 -m venv

# activate your environment
source /bin/activate

# install package
pip3 install -r requirements.txt
```

### Run Streamlit App
To run streamlit app, type following script in your terminal _(make sure you in the pest-recognition-app directory)_.
```bash
streamlit run app.py
```
Please wait until the browser open and showed the web app, or if the web don't show, you can click the link that appear in your terminal to open the web app. You can try to do inference using image from `image` directory.