An open API service indexing awesome lists of open source software.

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

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

![Demo UI](https://raw.githubusercontent.com/ajaichemmanam/ai_inference_ui/main/assets/screenshot.png)

## 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