Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yvielcastillejos authored Nov 13, 2020
1 parent 8388675 commit 7f4f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ChatBot
Here, I trained a Chatbot using Natural Language Processing and Neural Networks. I used the Spacy Library to tokenize the words and I vectorized them with CNNs. So far, the chat bot is very limited, which I owe to the lack of data. I learned quite a lot from this project (Besides implementing NLP to build a chatbot, I learned a little bit of how javascript and Flask work-- some keyterms I learned include http, CORS, sockets, clients, servers, broadcasting to a server, POST, GET, socket emit and send, etc..)
Here, I trained a Chatbot using Natural Language Processing and Neural Networks. Tools I used are Javascript/HTML/CSS, Pytorch and Flask/Socket. I also used the Spacy Library to tokenize the words and I vectorized them with CNNs. So far, the chat bot is very limited, which I owe to the lack of data. I learned quite a lot from this project (Besides implementing NLP to build a chatbot, I learned a little bit of how javascript and Flask work-- some keyterms I learned include http, CORS, sockets, clients, servers, broadcasting to a server, POST, GET, socket emit and send, etc..)
## Data
- Data was generated by me
- To see the Data, view ```intents.json``` on ``Neural Networks`` Folder
Expand Down

0 comments on commit 7f4f3f6

Please sign in to comment.