🚀 Covid Prediction app is a machine learning based Covid-19 data analyzing dashboard updates daily that can visualize and make predictions about future covid cases at the same time. The app contains following features;
- Visualize number of dead, recoverd and active Covid cases by country
- Filtering options
- Visualize spreading of Covid cases in world map
- Make upcoming covid predictions for a given country
🚀 Tech Stack - Reactjs | Redux | Flask | Tensorflow | Machine Learning Algorithms | Styled Components
🚀 Watch Full Demo on YouTube
https://www.youtube.com/watch?v=3DJyT-pR2rs&t=1s
🚀 Views
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NPM / Yarn and Node.js installed
- Expo-CLI installed
- python installed
- Anaconda installed
Installing NPM modules
Execute these commands from the client directory
npm install
and open another terminal on client directory
npm start
Open another terminal on server directory
conda create -n venv python=3.7
conda activate venv
conda install [dependencies]
python app.py