Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuochungus/se113.o12_kcpm
A FastAPI server to run inference ML Model and send back result via HTTP or Socket
https://github.com/phuochungus/se113.o12_kcpm
cicd fastapi machine-learning socket
Last synced: about 2 months ago
JSON representation
A FastAPI server to run inference ML Model and send back result via HTTP or Socket
- Host: GitHub
- URL: https://github.com/phuochungus/se113.o12_kcpm
- Owner: phuochungus
- Created: 2023-11-04T04:15:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T04:29:58.000Z (12 months ago)
- Last Synced: 2024-05-03T13:13:22.523Z (8 months ago)
- Topics: cicd, fastapi, machine-learning, socket
- Language: Python
- Homepage: https://huggingface.co/spaces/phuochungus/RTMDet_PRODUCTION
- Size: 20.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Rtmdet
emoji: 🐾
colorFrom: yellow
colorTo: pink
sdk: docker
pinned: false
app_port: 3000
---HOW TO RUN:
open compose.yaml file and mannually change environment variables
bash```
docker compose up -d
```