https://github.com/deeplabcut/deeplabcut-webapp
An alpha playground for a web-based labeling tool for DLC
https://github.com/deeplabcut/deeplabcut-webapp
deeplabcut dlc labeling pose-estimation
Last synced: 29 days ago
JSON representation
An alpha playground for a web-based labeling tool for DLC
- Host: GitHub
- URL: https://github.com/deeplabcut/deeplabcut-webapp
- Owner: DeepLabCut
- Created: 2020-02-26T23:30:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T19:08:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T05:48:10.691Z (about 1 month ago)
- Topics: deeplabcut, dlc, labeling, pose-estimation
- Language: Python
- Homepage: https://chanzuckerberg.com/eoss/proposals/deeplabcut-an-open-source-toolbox-for-robust-animal-pose-estimation/
- Size: 27.4 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DeepLabCut-WebApp
A playground for a web-based labeling tool for [DeepLabCut](http://www.mousemotorlab.org/deeplabcut). Started at the do-a-thon as part of the Chan Zuckerberg Initiative's Essential Open Source Software for Science program's kickoff meeting in Berkeley, CA. (Feb 2020). More to come, feel free to contribute!
This version comprises a web applications using [dash and plotly](https://dash.plotly.com/).
# Installation & running
```
pip3 install -r requirements.txt
python3 app.py
```
Once locally deployed, simply open the app via the URL in your browser.# Running a cloud instance
Simply click on:
https://deeplabcut.herokuapp.com/
This instance is based on an earlier version of the [app](https://github.com/DeepLabCut/DeepLabCut-WebApp/commit/3fbda43d1ed14fa1d59abe97f054c93dd0aec34b):