phamdt / ta

Personalized teacher assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#My Personal Teaching Assistant#

##Setup##

Install the following:

##Getting Started##

  • Setup up an account with Google Cloud API and a project with billing
  • Initialize gcloud
gcloud init
  • Get auth key
gcloud auth activate-service-account --key-file=@YOUR-KEY-FILE-PATH
gcloud auth print-access-token
  • To see how a syllabus is parsed, replace @YOUR-ACCESS-TOKEN with your auth key and run scripts/parse-syllabus.sh

About

Personalized teacher assistant


Languages

Language:Shell 71.4%Language:JavaScript 28.6%