You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
samerbam c696b8c964 updates 1 year ago
backend updates 1 year ago
frontend added auth.py. renamed setup.sh to setup-mac.sh 1 year ago
scratch added auth.py. renamed setup.sh to setup-mac.sh 1 year ago
.gitignore remove. 1 year ago
README.md updates 1 year ago

README.md

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 [x] NLP [x] 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