An open API service indexing awesome lists of open source software.

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.

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
```