Skip to content

hargun3045/covid19-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 App

Refer back for following learnings


  1. Logistic Regression baseline
  2. Fastai deep model with focal loss
  3. Multiple bar plot visualisations
  4. Cumulative gains chart visualisation
  5. local environment app building using gunicorn
  6. google cloud app building
  7. Anaconda - Learning how to make new virtual environments

Gunicorn tutorial

local flask app tutorial

Conda create tutorial

Markdown cheatsheet

Github prompt username password

git config --local credential.helper ""
git push origin master

Github send a different repo version

git reset --mixed origin/master
git add .
git commit -m "This is a new commit for what I originally planned to be amended"
git push origin maste

link