ElhamAryanpur / oswald

Machine Learning Prediction For COVID-19 Cases

Home Page:https://elhamaryanpur.github.io/oswald/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSWALD COVID-19 Prediction

Background

Build

Shqip/Albanian

This project will use COVID-19 data and A.I. to make prediction about cases on future days.

Click here to access the site.

NOTE: do NOT take predictions given by this project for granted. The accuracy of predictions is NEVER 100%. Use these data only to get a general idea.

About

OSWALD name was choosen by dear Altheatear. All credits goes to her.

The Data is taken from here. Then parsed with Papa Parse, and feeded to ML.js for training.

Then the inputs are linked with prediction for live results.

Manual

To reproduce this project locally:

git clone https://github.com/ElhamAryanpur/oswald

cd oswald

npm install
npm run build ml
npm run build
npm start

All the code that made up the website is located at [src/App.svelte]

License

This project is MIT licensed. See LICENCE file for more information.

Shoutout

Shoutout to amazing Altheatear for the name, Papa Parse for easy CSV parsing, ML.js for powerful machine learning in the browser, And Svelte for allowing reactive SPA webapp without extra BS! And not to forget Johns Hopkins School of Public Health for their contribution on making data public and daily updated.

Translation Contributors

About

Machine Learning Prediction For COVID-19 Cases

https://elhamaryanpur.github.io/oswald/

License:MIT License


Languages

Language:JavaScript 94.9%Language:Svelte 3.6%Language:HTML 0.9%Language:CSS 0.6%