https://github.com/wmramadan/askhole
A chat bot for asking all kinds of questions.
https://github.com/wmramadan/askhole
ai bot chatbot python python3
Last synced: 11 months ago
JSON representation
A chat bot for asking all kinds of questions.
- Host: GitHub
- URL: https://github.com/wmramadan/askhole
- Owner: WMRamadan
- License: mit
- Created: 2021-04-18T22:59:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T18:33:47.000Z (about 5 years ago)
- Last Synced: 2025-01-03T23:13:07.855Z (over 1 year ago)
- Topics: ai, bot, chatbot, python, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# askhole
A chat bot for asking all kinds of questions.
## Setup
Create a virtual environment:
```
python3 -m venv ./askholeenv
```
Activate your virtual environment:
```
source askholeenv/bin/activate
```
Install python requrements:
```
pip3 install -r requirements.txt
```
Train your model:
```
python3 training.py
```
Run the bot:
```
python3 askhole.py
```