Go to file
2023-06-22 14:56:11 -04:00
backend finish initial timer implementation, still need to add timer sounds. 2023-06-22 14:56:11 -04:00
frontend added auth.py. renamed setup.sh to setup-mac.sh 2023-06-14 12:04:04 -04:00
scratch added auth.py. renamed setup.sh to setup-mac.sh 2023-06-14 12:04:04 -04:00
.gitignore remove. 2023-06-14 11:59:42 -04:00
README.md fix readme typo 2023-06-22 13:32:50 -04:00

A Siri like AI Assistant

  • Uses ChatGPT for general queries
  • Uses Wolfram Alpha for anything math related
  • Has built in NLP (using a NLI model) for determining if we can process query locally
  • Frontend/Backend architecture for ability to deploy lightweight clients

Skills

  • Alarms
  • Calendar
  • Gmail
  • ChatGPT
  • Reminders
  • Timers
  • Todos
  • Weather
  • Wolfram
  • NLP
  • Speech to Text (frontend for sure)
  • API
    • Authentication
    • General API
  • TTS
    • generate audio on backend or frontend?
      • Perks of backend is fast generation
      • Cons of backend is large file transfers between devices, lots of internet usage
      • Perks of frontend is less data transfer between devices requiring less internet usage
      • Cons of frontend is slower generation

Ideas

  • Dashboard with api call counts