Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aniketmaurya/tensorflow-fastapi-starter-pack
- Owner: aniketmaurya
- License: mit
- Created: 2020-05-20T18:11:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T18:55:00.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T03:17:06.441Z (7 months ago)
- Topics: fastapi, machine-learning, machinelearning, swaggerui, tensorflow, tensorflow-web
- Language: Python
- Homepage:
- Size: 328 KB
- Stars: 71
- Watchers: 6
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)