https://github.com/zeroasterisk/camai
demo for webcam streaming
https://github.com/zeroasterisk/camai
Last synced: about 1 year ago
JSON representation
demo for webcam streaming
- Host: GitHub
- URL: https://github.com/zeroasterisk/camai
- Owner: zeroasterisk
- License: mit
- Created: 2024-01-16T14:41:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:41:55.000Z (over 2 years ago)
- Last Synced: 2024-01-16T22:40:51.934Z (over 2 years ago)
- Language: TypeScript
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cam AI
Webcam Videostream Playground utilizing AI
* Frontend
* NextJS + React
* Storybook.JS for component playground
* v0 for UI templating via Gen AI
* Backend
* Python FastAPI & Uvicorn
* opencv
* consumes webcam video stream
* segments it, remove background, keep only foreground
* blends in background images and other assets
* returns video stream to front end
* Imagen
* Gemini
* ...?