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

https://github.com/ramirezpineda/chatbot-ia

Chatbot with NLP
https://github.com/ramirezpineda/chatbot-ia

chatbot fastapi nlp python pytorch

Last synced: about 2 months ago
JSON representation

Chatbot with NLP

Awesome Lists containing this project

README

          

## Entrenar el modelo:
```
python3 train.py
```
## Iniciar el proyecto
```
uvicorn main:app --reload
```