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
- Host: GitHub
- URL: https://github.com/spyrosigma/rtod-web
- Owner: Spyrosigma
- Created: 2024-04-14T18:10:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T16:08:55.000Z (11 months ago)
- Last Synced: 2024-12-28T08:09:37.224Z (5 months ago)
- Topics: computer-vision, flask, machine-learning, python, yolov8
- Language: Python
- Homepage:
- Size: 31.4 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```