https://github.com/ajaichemmanam/ai-inference-ui
A streamlit based UI for showing demo of AI computer vision models
https://github.com/ajaichemmanam/ai-inference-ui
ai computer-vision demo streamlit ui ux-design
Last synced: about 2 months ago
JSON representation
A streamlit based UI for showing demo of AI computer vision models
- Host: GitHub
- URL: https://github.com/ajaichemmanam/ai-inference-ui
- Owner: ajaichemmanam
- Created: 2021-07-02T05:31:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T16:45:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T07:45:49.299Z (over 1 year ago)
- Topics: ai, computer-vision, demo, streamlit, ui, ux-design
- Language: Python
- Homepage:
- Size: 8.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ai-inference-ui
A streamlit based UI for showing demo of AI models
## Get Started
- Install requirements: `pip install -r requirements.txt`
- Run on terminal: `streamlit run main.py`
- Select Model and Input Source
## Demo

## Features
- Supports Inference from Image (uploading)
- Supports Inference from VideoFile (uploading)
- Supports Inference from VideoURL (rtsp urls)
- Supports Inference from Webcam
- Supports Video recording before and after Inferencing