Skip to content

Generative Assistant Model framework for Surveillance and Threat detection

Notifications You must be signed in to change notification settings

omoknooni/GAMST

Repository files navigation

GAMST

Generative Assistant Model framework for Surveillance and Threat detection

Topic

BERT 모델을 통한 CCTV 영상 위험 분석 보조 시스템

서비스 아키텍쳐

architecture.png

Model Workload Repo

Install

  • Requirements : Python3.10+

Install Dependency

python -m venv venv

source ./venv/bin/activate

pip install -r requirements.txt

Create .env file

AWS_ACCESS_KEY=
AWS_SECRET_ACCESS_KEY=
VIDEO_BUCKET=
DB_HOST=
DB_USER=
DB_PASSWORD=

Run server

python manage.py runserver

About

Generative Assistant Model framework for Surveillance and Threat detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published