https://github.com/theonlynischal/deploying-pytorch-model-using-flask
Flask Web App which uses Pytorch models to predict flowers species.
https://github.com/theonlynischal/deploying-pytorch-model-using-flask
Last synced: 3 months ago
JSON representation
Flask Web App which uses Pytorch models to predict flowers species.
- Host: GitHub
- URL: https://github.com/theonlynischal/deploying-pytorch-model-using-flask
- Owner: theonlyNischal
- Created: 2019-02-09T19:18:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T05:49:17.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T15:38:50.113Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 50.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying-Pytorch-Model-using-Flask
This repository contains the code for the Flask web app which uses Pytorch Model to predict the flowers species.
The Pytorch model was created during my Facebook's Pytorch Challenge. This web app uses the trained classifier to predict the image content.
.......