Skip to content

This is the backend for DKUAR project. This project is under active development

Notifications You must be signed in to change notification settings

Crinstaniev/DKUAR-backend

Repository files navigation

DKUAR Backend

This is the backend for DKUAR project. This project is under active development

Installation and Deployment

Using Docker (Recommended)

Run

docker compose build
docker compose up

Self-Hosted

Use venv to create virtual environment and activate

python3 -m venv ./venv
. venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the backend (in production mode or dev mode)

make prod # in production mode
make dev  # in dev mode

API available

dummy/fetch

Roadmap

  • Dummy backend
  • Docker-compose deployment
  • (Temporary) YOLOv5 for object detection
  • Model optimization

About

This is the backend for DKUAR project. This project is under active development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published