update readme

main
samerbam 1 year ago
parent 7d431b0b51
commit 8768080ce0

@ -1,5 +1,4 @@
# A Siri like AI Assistant
---
* Uses ChatGPT for general queries
* Uses Wolfram Alpha for anything math related
@ -8,25 +7,29 @@
## Skills
---
[ ] Alarms
[ ] Calendar
[ ] Gmail
[ ] ChatGPT
[ ] Reminders
[ ] Timers
[ ] Todos
[ ] Weather
[ ] Wolfram
- [ ] Alarms
- [ ] Calendar
- [ ] Gmail
- [ ] ChatGPT
- [ ] Reminders
- [ ] Timers
- [ ] Todos
- [ ] Weather
- [ ] Wolfram
[x] NLP
[x] Speech to Text (frontend for sure)
[ ] API
[ ] Authentication
[ ] General API
[ ] TTS
- [ ] 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

@ -1,4 +1,4 @@
from ctparse import ctparse
from ctparse import ctparse #Used for parsing time, https://ctparse.readthedocs.io/en/latest/
from datetime import datetime
def parsetime(phrase):
@ -7,4 +7,4 @@ def parsetime(phrase):
if __name__ == "__main__":
print(parsetime('May 5th 2:30 in the afternoon').ref_time)
print(parsetime('May 5th 2:30 in the afternoon').ref_time6)
Loading…
Cancel
Save