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
- Host: GitHub
- URL: https://github.com/ezeparziale/bot-ml-python
- Owner: ezeparziale
- Created: 2021-12-27T00:09:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:47:51.000Z (over 3 years ago)
- Last Synced: 2025-12-28T06:20:54.569Z (6 months ago)
- Topics: bot, machine-learning, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```