Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knetic0/mnist-learning

🚀 Mnist learning with Tensorflow and Serving with FastAPI
https://github.com/knetic0/mnist-learning

deep-learning fastapi jupyter-notebook machine-learning mnist mnist-dataset python tensorflow

Last synced: about 2 months ago
JSON representation

🚀 Mnist learning with Tensorflow and Serving with FastAPI

Awesome Lists containing this project

README

        

# Mnist Learning with Tensorflow and Serving with FastAPI

```
pip install -r requirements.txt
```

Open mnist_learning.ipynb and train the model by running all cells.

```
python api/service.py
```

You can access the swagger screen with the /docs endpoint or you can access the interface with the html file in the frontend folder.