Skip to content

🦠 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.

Notifications You must be signed in to change notification settings

gimnathperera/Covid-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

🚀 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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • NPM / Yarn and Node.js installed
  • Expo-CLI installed
  • python installed
  • Anaconda installed

Installing the client app

Installing NPM modules

Execute these commands from the client directory

npm install

Running the client app

and open another terminal on client directory

npm start

Installing the client app

Open another terminal on server directory

conda create -n venv python=3.7
conda activate venv
conda install [dependencies]

Running the server app

python app.py

About

🦠 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published