Virtual-Assistant
Virtual-Assistant copied to clipboard
A linux based Virtual assistant on Artificial Intelligence in C
Added table of contents to the README so the audience can scroll to appropriate area.
strlen(example) function is called in each iteration of the loop to determine the length of the string example. However, calculating the length of the string repeatedly in each iteration can...
Reduces the time complexity from O(n)+O(LAST_FIELD * word * MAX_CLASSIFIERS * MAX_WORDS) + O(LAST_FIELD) to O(n) +O(LAST_FIELD * word * NUM_WORDS * WORD_LEN) + O(LAST_FIELD)S
I wanted to look into this project and see if I could use it as a base and build up from but I have been lost trying to compile the...
Thanks for your contribution to opensource! There's some code safety improvements possible, for example: 1. `scanf` return value not taken into account. Possibly [here](https://github.com/ritwik12/Virtual-Assistant/blob/347526b3c7991a0dfbc06b319d577421c321aa0e/src/email.c#L25)(for example) and in other places. 2....
What is the author's consensus on using RAG to make said virtual assistant "smarter" by adding in an option for querying LLMs either through APIs or through local models via...