Skip to content

SehajDeepSingh26/Weapon-Detection-using-Yolov8-model

Repository files navigation

FLASK YOLO OBJECT DETECTION

Installation

Use the package manager pip to install the required dependencies

Windows:

Create and Activate Virtual Env -- venvapp:

cd **directory**
conda create -n venvapp
conda activate venvapp
pip install -r requirements.txt
macOS/Linux:
pip3 install -r requirements.txt

Usage

Windows:
python app.py
macOS/Linux:
python3 app.py

just create a new database by running craetedb.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages