Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aniketmaurya/tensorflow-fastapi-starter-pack

tensorflow web app starter pack
https://github.com/aniketmaurya/tensorflow-fastapi-starter-pack

fastapi machine-learning machinelearning swaggerui tensorflow tensorflow-web

Last synced: about 20 hours ago
JSON representation

tensorflow web app starter pack

Awesome Lists containing this project

README

        

# tensorflow-web-app-starter-pack

This web app is created with [FastAPI](https://fastapi.tiangolo.com/) which is high performance asynchronous library for fast development of APIs.

It automatically generates SwaggerUI for APIs.

## Upload any photo andd try it out at https://tf-webapp.herokuapp.com/

## How to run?

`uvicorn application.server.main:app`

## Screenshots

### SwaggerUI
![SwaggerUI](images/main.png)

### Response
![Response](images/response.png)