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
- Host: GitHub
- URL: https://github.com/ramirezpineda/chatbot-ia
- Owner: RamirezPineda
- Created: 2023-12-11T15:17:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:10:52.000Z (over 2 years ago)
- Last Synced: 2025-02-03T07:01:38.585Z (over 1 year ago)
- Topics: chatbot, fastapi, nlp, python, pytorch
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Entrenar el modelo:
```
python3 train.py
```
## Iniciar el proyecto
```
uvicorn main:app --reload
```