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

https://github.com/robmarkcole/roboflow-inference-streamlit

Perform inference on a roboflow hosted custom model via a streamlit app
https://github.com/robmarkcole/roboflow-inference-streamlit

Last synced: about 1 year ago
JSON representation

Perform inference on a roboflow hosted custom model via a streamlit app

Awesome Lists containing this project

README

          

# roboflow-inference-streamlit
Perform inference on a roboflow hosted custom model via a streamlit app

Fork of https://github.com/matthewbrems/streamlit-bccd

* Create and activate a venv: `python3 -m venv venv` and `source venv/bin/activate`
* Install requirements: `pip3 install -r requirements.txt`
* Run streamlit from `app` folder: `streamlit run app.py`