Adds the transfer of sentiments into the sql db (#253)

Transfers the sentimenes from the mongodb int the sql db.
This commit is contained in:
2023-10-24 17:50:40 +02:00
committed by GitHub
parent b250b67343
commit 1eb972b7ff
10 changed files with 678 additions and 165 deletions

View File

@ -63,6 +63,7 @@ psycopg2-binary = "^2.9.7"
pymongo = "^4.5.0"
python = "^3.11"
python-dotenv = "^1.0.0"
rapidfuzz = "^3.4.0"
seaborn = "^0.13.0"
selenium = "^4.12.0"
spacy = "^3.6.1"