Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumik12345/deep-learning-studio
A single page application made using Streamlit and Tensorflow 2.x for performing basic deep learning operations on the browser
https://github.com/soumik12345/deep-learning-studio
computer-vision deeplearning single-page-app streamlit tensorflow2
Last synced: 18 days ago
JSON representation
A single page application made using Streamlit and Tensorflow 2.x for performing basic deep learning operations on the browser
- Host: GitHub
- URL: https://github.com/soumik12345/deep-learning-studio
- Owner: soumik12345
- Created: 2020-07-22T16:26:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:13:46.000Z (about 2 years ago)
- Last Synced: 2025-01-07T01:28:02.067Z (25 days ago)
- Topics: computer-vision, deeplearning, single-page-app, streamlit, tensorflow2
- Language: Python
- Homepage:
- Size: 3.08 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Learning Studio
### Setup Instructions
- `git clone https://github.com/soumik12345/deep-learning-studio`
- `cd deep-learning-studio`
- `pip install -r requirements.txt`
- `streamlit run app.py`### Inference of Pre-Trained Networks
#### Demo
![](./assets/dl-studio-pre-trained-inference.gif)