ezeparziale / bot-ml-python

:robot: Bot utilizando machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 Bot simple ML

Bot using ML

💾 Installation

python -m venv env
. env/scripts/activate
pip install --upgrade pip
pip install -r requirements.txt

🔧 Config

Setting all the intents in: data/intents.json

🏃 Run

Train the model:

python src/models/train_model.py

Run the chat:

python src/app.py

About

:robot: Bot utilizando machine learning


Languages

Language:Python 98.3%Language:Shell 1.7%