Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinayaksh42/vinayaksh42-gmail.com
https://github.com/vinayaksh42/vinayaksh42-gmail.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vinayaksh42/vinayaksh42-gmail.com
- Owner: vinayaksh42
- Created: 2020-03-28T11:34:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:38:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:04:31.069Z (over 1 year ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.