标签:data user ica tps vat stack img learning hot
This project is a full stack Django/React/Redux app that uses token based authentication with Knox.
Then I add Machine Learning features for demostrate the full workflow of the data mining, including the four stage corresponding to four pages:
The data set is the classic iris data, which is only for demo, and this project is from my interest. so you can reference, but the quality is not assured.
login from login page register your account logout from inner page
input iris items edit iris items delete iris items
inspect attribute distribution through histogram inspect sepal distribution through scatter graph inspect petal distribution through scatter graph
input cluster number train a cluster model using sklearn-kmeans library inspect cluster result through sepal and petal scatter
input iris sepal and petal attributes predict iris cluster
category | name | comment |
---|---|---|
frontend | reactjs | frontend framework |
frontend | redux | state management |
frontend | react-C3JS | D3 based graph tool |
frontend | react-bootstrap | style component library |
frontend | data-ui | react data visualization tool |
backend | django | backend framework |
backend | django-rest-knox | authentication library |
backend | djangorestframework | restful framework |
backend | sklearn | machine learning tool |
# Install dependencies
cd ./frontend
npm install
# Build for production
npm run build
# Install dependencies
cd ../backend
pipenv install
# Serve API on localhost:8000
pipenv run python manage.py runserver
a simple machine learning system demo, for ML study.
标签:data user ica tps vat stack img learning hot
原文地址:https://www.cnblogs.com/lightsong/p/10800931.html