Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md Table of Contents #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<ul>
<li>How it all works?
<li>Artificial Intelligence
<li>Setup
<li>Restaurant
<li>Weather
<li>Media
<li>Youtube Search
<li>Google Search
<li>Calendar
<li>Emails
<li>Remainder and Schedule
<li>Arithmetic Calculations
<li>Help
<li>Contributing Guide
<li>Want to ask something?
<li>License
<li>Credits
<li>Contributors
</ul>



# 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.
Expand Down Expand Up @@ -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-

```
Expand Down