Virtual-Assistant
Virtual-Assistant copied to clipboard
A linux based Virtual assistant on Artificial Intelligence in C
After I invoke make, this is printed out: `gcc -c -o build/init_config.o src/init_config.c -std=gnu11 -Isrc -Iutils `pkg-config --cflags libcurl` gcc -o build/virtual_assistant build/main.o build/init_config.o -std=gnu11 -Isrc -Iutils `pkg-config --cflags libcurl`...
So I tried my best to add the basic info for the Restaurant, Weather, and Google Search aspects of the Virtual Assistant. I tried my best to keep with how...
Right now we are only having direct comparisons for calendar feature like "open calendar","calendar".
To make NLP (Natural Language Processing) better, we need to update the corpus time to time with new additions of data.
There are certain cases where we can work on Reducing the time complexity of code. One such instance is: https://github.com/ritwik12/Virtual-Assistant/blob/2712a8917b4480e96350af33e58fd1e59c9192f2/analysis.c#L39
Every feature of Virtual Assistant have its unique implementation such as the implementation for Restaurant, Weather, Google search, Email and Media is different for each. To understand better it will...
After #53, when trying to say "find places to eat". It executes email functionality which it shouldn't.
In requests.c the class arrays are initialized with maximum word length 10, but for restaurant_class the word length is 11 for "restaurants" and 12 if '\0' is included (code below)...
Hello all, Is there any special reason why the code is organised by including the .c files. According to my knowledge, implementation of a function in .c file and prototype...
FAQ
Doubt or question? Please feel free to ask here. [Me](@ritwik12) and [Riya](@riya-17) are here to answer.