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: 3 months ago
JSON representation

A single page application made using Streamlit and Tensorflow 2.x for performing basic deep learning operations on the browser

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)