Skip to content

Beginner machine learning project based on tensorflow and flask

Notifications You must be signed in to change notification settings

banphlet/Flask-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-React Tensorflow Project

This project illustrates using flask and react to start a machine learning Project based on Tensorflow.

Installation

Install flask https://flask.palletsprojects.com/en/1.1.x/installation/

Clone the repository git clone https://github.com/banphlet/Flask-Tensorflow

Install virtual env

python3 -m venv venv

Install dependencies

pip install -r requirements.txt

Envs

FLASK_APP=./autoapp.py
DATABASE_URL=mongodb://localhost/flask

Frontend

Ensure you have nodejs installed.

Install dependencies npm install

Build production react build

npm run build

Start application

flask run

About

Beginner machine learning project based on tensorflow and flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published