Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amdjadouxx/chatbotai
implementing a chatbot with tensorflow in python
https://github.com/amdjadouxx/chatbotai
deep-learning deep-neural-networks ia natural-language-processing python3
Last synced: 19 days ago
JSON representation
implementing a chatbot with tensorflow in python
- Host: GitHub
- URL: https://github.com/amdjadouxx/chatbotai
- Owner: amdjadouxx
- Created: 2024-06-17T18:36:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T08:03:18.000Z (3 months ago)
- Last Synced: 2024-11-20T10:07:50.569Z (3 months ago)
- Topics: deep-learning, deep-neural-networks, ia, natural-language-processing, python3
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AI Chatbot
An experiment to better understand how chatbots work using NLP (Natural Language Processing) and neural networks.
### Project Description
This project aims to create a chatbot that can interact with users in a natural and intuitive way. By leveraging NLP techniques and neural networks, the chatbot can understand and respond to user inputs effectively.
### Features
- Natural Language Processing
- Neural Network Integration
- Interactive User Interface### Setup
1. Clone the repository
2. Navigate to the project directory:
```
cd AIchatbot
```3. Install the required dependencies
4. use the model:
```
python3 train.py
python3 use.py
```