Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soheil-mp/chatbot-lstm
An Ultimate Conversational Based Agent with LSTM
https://github.com/soheil-mp/chatbot-lstm
chatbot lstm rnn seq2seq
Last synced: 24 days ago
JSON representation
An Ultimate Conversational Based Agent with LSTM
- Host: GitHub
- URL: https://github.com/soheil-mp/chatbot-lstm
- Owner: soheil-mp
- Created: 2019-07-07T15:06:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:51:17.000Z (8 months ago)
- Last Synced: 2024-12-09T09:57:59.574Z (25 days ago)
- Topics: chatbot, lstm, rnn, seq2seq
- Language: Jupyter Notebook
- Homepage:
- Size: 31.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conversational Based Agent
This is an end-to-end conversational based agent which consists of three components:
1. __Automatic Speech Recognition (ASR):__ Agent takes speech as input. There is a button which after pushing it you can begin talking with the agent.
2. __Text-to-Text Chatbot:__ After converting the input voice to text. The agent will find a proper response based on the given text.
3. __Text-to-Speech (TTS):__ Ultimately the agent will turn the answer in a speech form.This project is developed so you can have an AI companion in which you can talk about anything in your life.