All Projects → robmarkcole → object-detection-app

robmarkcole / object-detection-app

Licence: Apache-2.0 license
Simple object detection app with streamlit

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to object-detection-app

geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (-57.89%)
Mutual labels:  streamlit
cogviewer
Simple Cloud Optimized GeoTIFF viewer.
Stars: ✭ 21 (-63.16%)
Mutual labels:  streamlit
streamlit-component-template-vue
Vue 2/3 template for Streamlit Components
Stars: ✭ 32 (-43.86%)
Mutual labels:  streamlit
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+101.75%)
Mutual labels:  streamlit
streamlit-aggrid
Implementation of Ag-Grid component for Streamlit
Stars: ✭ 465 (+715.79%)
Mutual labels:  streamlit
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+2178.95%)
Mutual labels:  streamlit
hydralit
A library to create multi-page Streamlit applications with ease.
Stars: ✭ 93 (+63.16%)
Mutual labels:  streamlit
img ai app boilerplate
An image classification app boilerplate to serve your deep learning models asap!
Stars: ✭ 27 (-52.63%)
Mutual labels:  streamlit
Streamlit-Applications
Deep Learning and Computer Vision Applications using Streamlit
Stars: ✭ 55 (-3.51%)
Mutual labels:  streamlit
jina-meme-search
Meme search engine built with Jina neural search framework. Search with captions or image files to find matching memes.
Stars: ✭ 21 (-63.16%)
Mutual labels:  streamlit
streamlit-ace
Ace editor component for Streamlit.
Stars: ✭ 130 (+128.07%)
Mutual labels:  streamlit
Text-Summarization
Abstractive and Extractive Text summarization using Transformers.
Stars: ✭ 38 (-33.33%)
Mutual labels:  streamlit
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-70.18%)
Mutual labels:  streamlit
map-floodwater-satellite-imagery
This repository focuses on training semantic segmentation models to predict the presence of floodwater for disaster prevention. Models were trained using SageMaker and Colab.
Stars: ✭ 21 (-63.16%)
Mutual labels:  streamlit
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (-28.07%)
Mutual labels:  streamlit
streamlit-d3-demo
D3 in React in Streamlit tech demo
Stars: ✭ 50 (-12.28%)
Mutual labels:  streamlit
farolcovid
🚦🏥. Ferramenta de monitoramento do risco de colapso no sistema de saúde em municípios brasileiros com a Covid-19 • Monitoring tool & simulation of the risk of collapse in Brazilian municipalities' health system due to Covid-19
Stars: ✭ 49 (-14.04%)
Mutual labels:  streamlit
Naive-Resume-Matching
Text Similarity Applied to resume, to compare Resumes with Job Descriptions and create a score to rank them. Similar to an ATS.
Stars: ✭ 27 (-52.63%)
Mutual labels:  streamlit
playground
A Streamlit application to play with machine learning models directly from the browser
Stars: ✭ 48 (-15.79%)
Mutual labels:  streamlit
streamlit-analytics
👀 Track & visualize user interactions with your streamlit app
Stars: ✭ 92 (+61.4%)
Mutual labels:  streamlit

object-detection-app

Simple object detection app with streamlit. Upload an image and perform object detection. Adjust the confidence threshold to see how this affects predictions.

Run with Docker

From the root dir:

    docker build -t robmarkcole/object-detection-app .
    docker run -p 8501:8501 robmarkcole/object-detection-app:latest

Then visit localhost:8501

Development

Using devcontainer, see basic python example repo and more advanced repo. Use this streamlit docker template. Note you cannot docker run at the same time as the devcontainer as the ports clash.

References

I took a lot of inspiration from this article by Adrian Rosebrock.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].