https://github.com/roboflow/streamlit-bccd
Streamlit App for Blood Cell Count Dataset
https://github.com/roboflow/streamlit-bccd
Last synced: about 1 year ago
JSON representation
Streamlit App for Blood Cell Count Dataset
- Host: GitHub
- URL: https://github.com/roboflow/streamlit-bccd
- Owner: roboflow
- Created: 2021-02-23T14:01:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T17:48:25.000Z (over 2 years ago)
- Last Synced: 2025-04-30T20:50:53.401Z (about 1 year ago)
- Language: Python
- Size: 101 KB
- Stars: 4
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit App for Blood Cell Count Dataset
This app allows you to upload an image of blood cells and use an [object detection model](https://models.roboflow.com/object-detection) to detect the white blood cells, red blood cells, and platelets.
The app might be [found here](https://roboflow.com/streamlit-bccd):
The app might be [hosted here](https://share.streamlit.io/matthewbrems/streamlit-bccd):
```
https://roboflow.com/streamlit-bccd
```
The app will work as is. If you want to build your own model, you'll need your own API key. [Create a Roboflow account](https://app.roboflow.com) to get your own API key.
Want to [build and deploy your own object detection model and app](https://blog.streamlit.io/how-to-use-roboflow-and-streamlit-to-visualize-object-detection-output/)? Follow the steps in our "How To" blog!
This app was created using [Roboflow](https://roboflow.com) and [Streamlit](https://streamlit.io/).