mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
40 lines
806 B
Markdown
40 lines
806 B
Markdown
|
|
||
|
# Chatbot AI 🤖
|
||
|
|
||
|
This project contains an AI powered chatbot that you can interact with for both fun and to learn about how these technologies work.
|
||
|
|
||
|
## Tech Stack
|
||
|
|
||
|
* Python 3.9
|
||
|
* Tensorflow
|
||
|
* Keras
|
||
|
* nltk
|
||
|
* numpy
|
||
|
|
||
|
## How to setup the project
|
||
|
|
||
|
* Clone this repo
|
||
|
|
||
|
```bash
|
||
|
git clone https://github.com/metafy-social/daily-python-scripts.git
|
||
|
```
|
||
|
|
||
|
* Move to the project folder
|
||
|
```bash
|
||
|
cd '.\scripts\Chatbot AI\'
|
||
|
```
|
||
|
|
||
|
* Install dependencies
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
* Run the python script `chatbot.py`
|
||
|
|
||
|
|
||
|
## Screenshots of the project
|
||
|
|
||
|
|
||
|
![screenshot 1](https://user-images.githubusercontent.com/61963664/193405239-5403c601-2c5b-4443-b463-1452e72cbb20.PNG)
|
||
|
|
||
|
![screenshot 2](https://user-images.githubusercontent.com/61963664/193405262-5b05c68b-994c-4b04-ba77-df878d3f42c8.PNG)
|