From 2306802d320c39038096f3681e4297aaef9fe4f1 Mon Sep 17 00:00:00 2001 From: Andres <127279754+caldoconpapa@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:37:01 -0500 Subject: [PATCH] Update README.md Added table of contents --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index acbd1c2..e05bc16 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,31 @@ It can provide a wide variety of services, These includes: ![screenshot from 2017-11-04 23 13 18](https://user-images.githubusercontent.com/20038775/32407915-c80e1a72-c1b5-11e7-83f4-efafcf7d3c85.png) +# Table of Contents + + + + + # How it all works? The user's sentence is read and passed through our Natural Language Processing (NLP) code for processing. After the sentence is processed, it's redirected to the action to be performed based on the meaning of the sentence. Our NLP code uses a simplified version of the Multinomial Naive Bayes Algorithm. @@ -154,6 +179,8 @@ gcc main.c src/init_config.c $(pkg-config --libs --cflags libcurl) -lssl -lcrypt # Weather +Virtual Assistant can return the weather breakdown in an area. + This feature requires curl. To use this feature you need to first install curl as follows- ```