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
- Host: GitHub
- URL: https://github.com/robmarkcole/roboflow-inference-streamlit
- Owner: robmarkcole
- License: apache-2.0
- Created: 2021-02-25T06:02:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T06:21:19.000Z (over 5 years ago)
- Last Synced: 2025-03-25T00:07:47.440Z (about 1 year ago)
- Language: Python
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`