Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakibhhridoy/machinelearningwebappdeploy-flask
Developing a web app of machine learning model using flask is quite easy. One should have some basic knowledge in web development,not so much but quite a bit. It is just a introductory web app in flask classifying cat vs dog by deep learning model.
https://github.com/rakibhhridoy/machinelearningwebappdeploy-flask
catvsdog catvsdog-classifier classification deep-learning flask flask-application html-css machine-learning model-deployment python web-application
Last synced: about 1 month ago
JSON representation
Developing a web app of machine learning model using flask is quite easy. One should have some basic knowledge in web development,not so much but quite a bit. It is just a introductory web app in flask classifying cat vs dog by deep learning model.
- Host: GitHub
- URL: https://github.com/rakibhhridoy/machinelearningwebappdeploy-flask
- Owner: rakibhhridoy
- Created: 2020-08-15T17:07:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T17:22:31.000Z (over 4 years ago)
- Last Synced: 2024-11-06T15:27:08.505Z (3 months ago)
- Topics: catvsdog, catvsdog-classifier, classification, deep-learning, flask, flask-application, html-css, machine-learning, model-deployment, python, web-application
- Language: HTML
- Homepage: https://rakibhhridoy.github.io
- Size: 8.15 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# *Flask Web App Classifier Machine Learning*
![md1](Images/md1.jpg)
*Flask web app classifying cat vs dog object given image by user. It is quite simple layout of html & css. I just tried with simple task that was a learning steps. Anyone can develop it further.*>make sure your are in the downloaded or cloned directory. You should find similar to these
```bash
$ ls -ltotal 2
-rw-r--r-- 1 User 197121 263 Aug 15 23:03 app.py
drwxr-xr-x 1 User 197121 0 Aug 15 23:09 Images/
drwxr-xr-x 1 User 197121 0 Jul 29 08:14 pets/
-rw-r--r-- 1 User 197121 84 Aug 15 23:12 readme.md
drwxr-xr-x 1 User 197121 0 Jul 29 08:14 templates/
```
>now run the app.py file:
```bash
$ python app.py* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
```
>copy the path and open a browser,paste the url.. Good to go.## Get touch with me
Connect- [linkedin](https://linkedin.com/in/rakibhhridoy)
Website- [RakibHHridoy](https://rakibhhridoy.github.com)