Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinayaksh42/vinayaksh42-gmail.com


https://github.com/vinayaksh42/vinayaksh42-gmail.com

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vinayaksh42-gmail.com

# ML-web-App
HOW TO BUILT THIS PROJECT
1. download or zip this repo to your own system
2. Make sure you have flask(1.0.0) installed in your system,if not:-
run this command in command prompt


. . .pip install flask
3. Open command prompt of anaconda (it has most of the dependencies pre-installed).
4. locate the repo folder using cd
5. when you are at the location of repo run this command:-


. . .flask
. . .python runserver.py
6. this will start your local sever, the server address will be displayed in the command prompt of anaconda.
http://localhost:5555/ will be the server address in most cases.
7. Upload the file emails.csv as the training data.
8. Upload the file emails_test.csv as the test data on the next web page.