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

https://github.com/spyrosigma/rtod-web

Real-Time object Detection Web-app, using Flask and Yolov8
https://github.com/spyrosigma/rtod-web

computer-vision flask machine-learning python yolov8

Last synced: 3 months ago
JSON representation

Real-Time object Detection Web-app, using Flask and Yolov8

Awesome Lists containing this project

README

        

# RTOD-Web

## Instructions to use

1. Clone the repository:
```bash
git clone https://github.com/Spyrosigma/RTOD-Web.git
```
2. Create Virtual Environment
```bash
pip install virtualenv #If Virtual Env Module is not installed
virtualenv envname
envname\scripts\activate
```
3. Install Libraries
```bash
pip install -r requirements.txt
```

4. Create a .env file and add your own random Secret Key. For Example:
(**SECRET_KEY='uhvki565$55d'**)

6. Run the app!
```bash
python wsgi.py
```