AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
boosting_cv_llm_sentiment/__init__.py
boosting_cv_llm_sentiment/cli.py
boosting_cv_llm_sentiment/config.py
boosting_cv_llm_sentiment/emoboostllm.py
boosting_cv_llm_sentiment.egg-info/PKG-INFO
boosting_cv_llm_sentiment.egg-info/SOURCES.txt
boosting_cv_llm_sentiment.egg-info/dependency_links.txt
boosting_cv_llm_sentiment.egg-info/entry_points.txt
boosting_cv_llm_sentiment.egg-info/not-zip-safe
boosting_cv_llm_sentiment.egg-info/requires.txt
boosting_cv_llm_sentiment.egg-info/top_level.txt
boosting_cv_llm_sentiment/cv_module/__init__.py
boosting_cv_llm_sentiment/cv_module/emotion_recognition.py
boosting_cv_llm_sentiment/llm_module/__init__.py
boosting_cv_llm_sentiment/llm_module/conversation_manager.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/test_boosting_cv_llm_sentiment.py
tests/cv_module/__init__.py
tests/cv_module/test_emotion_recognition.py
tests/cv_module/test_face_detection.py
tests/llm_module/__init__.py
tests/llm_module/test_text_generation.py
tests/manager/__init__.py
tests/manager/test_prompt_manager.py
tests/streaming/__init__.py
tests/streaming/tesst_stream_handler.py