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

https://github.com/ezeparziale/bot-ml-python

:robot: Bot utilizando machine learning
https://github.com/ezeparziale/bot-ml-python

bot machine-learning python

Last synced: 3 months ago
JSON representation

:robot: Bot utilizando machine learning

Awesome Lists containing this project

README

          

# :robot: Bot simple ML

Bot using ML

## :floppy_disk: Installation

```bash
python -m venv env
```

```bash
. env/scripts/activate
```

```bash
pip install --upgrade pip
```

```bash
pip install -r requirements.txt
```

## :wrench: Config

Setting all the intents in: `data/intents.json`

## :runner: Run

Train the model:

```bash
python src/models/train_model.py
```

Run the chat:

```bash
python src/app.py
```