.gitignore
README.md
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/publish-package.yml
.github/workflows/test-package.yml
data/interim/.gitkeep
data/processed/.gitkeep
data/raw/.gitkeep
notebooks/.gitkeep
src/batch/__init__.py
src/batch/file.py
src/microservice/__init__.py
src/microservice/flask_app.py
src/microservice/templates/sentiment_form.html
src/mlops_models/__init__.py
src/mlops_models/constant.py
src/mlops_models/sentiment.py
src/mlops_models.egg-info/PKG-INFO
src/mlops_models.egg-info/SOURCES.txt
src/mlops_models.egg-info/dependency_links.txt
src/mlops_models.egg-info/top_level.txt
src/mlops_models/resources/models/sentiment-negative-en.txt
src/mlops_models/resources/models/sentiment-positive-en.txt
src/streaming/__init__.py
src/streaming/celery.py
src/tests/__init__.py
src/tests/test_models.py
src/tests/test_sentiment.py