https://github.com/barbaraDorame/Chatbot_Radical_Seller
Bort 🤖 es un vendedor naco de productos mentirosos
https://github.com/barbaraDorame/Chatbot_Radical_Seller
chatbot machine-learning
Last synced: 12 months ago
JSON representation
Bort 🤖 es un vendedor naco de productos mentirosos
- Host: GitHub
- URL: https://github.com/barbaraDorame/Chatbot_Radical_Seller
- Owner: barbaraDorame
- Created: 2018-04-16T18:49:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:06:50.000Z (over 3 years ago)
- Last Synced: 2024-08-06T03:03:21.119Z (almost 2 years ago)
- Topics: chatbot, machine-learning
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot vendedor de productos milagro
Chatbot con aprendizaje.
## Corriendo el proyecto
Se recomienda correr el servidor en un ambiente virtual de python. Usando solo
virtualenv.
```bash
$ virtualenv venv # crea el ambiente virtual
$ source activate venv
```
Para instalar las dependencias de python
```bash
$ pip -r requirements.txt
$ python -m spacy download es_core_news_sm # Modelo de spacy en español
```
Finalmente, corremos el servidor de prueba.
```
$ export FLASK_APP=app.py
$ export FLASK_ENV=debug
$ flask run
```
## Herramientas:
### Backend
* Python
* Spacy
* Flask
* SKLearn
* Gensim
### Frontend
* Javascript
* HTML/CSS
## Auxiliares:
#### DB análisis de sentimientos:
* [Spanish DAL: Diccionario de Afectos en Español](http://habla.dc.uba.ar/gravano/sdal.php?lang=esp)