Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysfcndgr/python-flask-corona-machine-learning
Website with coronavirus predictions and many features
https://github.com/ysfcndgr/python-flask-corona-machine-learning
Last synced: 18 days ago
JSON representation
Website with coronavirus predictions and many features
- Host: GitHub
- URL: https://github.com/ysfcndgr/python-flask-corona-machine-learning
- Owner: ysfcndgr
- Created: 2020-09-23T18:30:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T12:54:50.000Z (over 4 years ago)
- Last Synced: 2024-11-05T12:39:13.408Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 543 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask-Corona-Machine-Learning
# DEMO
http://coronaprediction.pythonanywhere.com/Note:The used hosting has limited privileges as it is free. Therefore not all features work.
# Setup
Go to the directory where the program is locatedpip install -r requirements.txt
Default admin info
username = admin
password = 123456Create a new account for yourself and give yourself admin privileges from the admin account.
Authorize the default admin account as a member from the new account you have created.
Import sql file
API needed to use information and news pages.
So become a collectapi member.
You need to replace line 336, line 401,line 227 and line 417 of the main.py file with your api key.
![1](https://user-images.githubusercontent.com/32979760/94159731-8e083300-fe8c-11ea-9d52-95cb854c7f58.PNG)
![2](https://user-images.githubusercontent.com/32979760/94159735-8ea0c980-fe8c-11ea-8b7d-3395d1270faa.PNG)
![3](https://user-images.githubusercontent.com/32979760/94159720-8b0d4280-fe8c-11ea-987d-1ba92e436813.PNG)
![4](https://user-images.githubusercontent.com/32979760/94159724-8c3e6f80-fe8c-11ea-956b-35651fba6c5d.PNG)
![5](https://user-images.githubusercontent.com/32979760/94159726-8c3e6f80-fe8c-11ea-8058-bc13719f6b96.PNG)
![6](https://user-images.githubusercontent.com/32979760/94159729-8d6f9c80-fe8c-11ea-9612-2b3ef36bbca6.PNG)
![7](https://user-images.githubusercontent.com/32979760/94159730-8d6f9c80-fe8c-11ea-9544-5728b8edc645.PNG)
![8](https://user-images.githubusercontent.com/32979760/94160473-51890700-fe8d-11ea-917a-38423cf68b00.PNG)
![9](https://user-images.githubusercontent.com/32979760/94160470-50f07080-fe8d-11ea-9bac-0489e1a240d8.PNG)