Skip to content

Commit fbca42b

Browse files
author
geo
committed
Update README
1 parent 4225813 commit fbca42b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ You can easily add a new skill in two steps.
5151
## Desicion Model
5252
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/desicion_model.png)
5353

54+
## Extract skill
55+
The skill extraction implement in a matrix of [TF-IDF features](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html) for each skill.
56+
In the following example he have a dimensional space with three skills.
57+
The user input analyzed in this space and by using a similarity metric (e.g cosine) we find the most similar skill.
58+
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/skill_space_desicion.png)
59+
5460
## Getting Started
5561
### Create KEYs for third party APIs
5662
Jarvis assistant uses third party APIs for speech recognition,web information search, weather forecasting etc.

0 commit comments

Comments
 (0)