Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samontab/llm_sentiment
LLM chat bot with real time sentiment analysis powered by OpenVINO
https://github.com/samontab/llm_sentiment
Last synced: about 19 hours ago
JSON representation
LLM chat bot with real time sentiment analysis powered by OpenVINO
- Host: GitHub
- URL: https://github.com/samontab/llm_sentiment
- Owner: samontab
- Created: 2023-11-15T10:04:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-15T14:22:11.000Z (12 months ago)
- Last Synced: 2024-08-01T21:45:40.740Z (3 months ago)
- Language: Jupyter Notebook
- Size: 275 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-openvino - Enhancing Customer Service with Real-Time Sentiment Analysis: Leveraging LLMs and OpenVINO for Instant Emotional Insights - The integration of LLMs with sentiment analysis models, further optimised by OpenVINO. (Table of content / Generative AI)
README
# llm_sentiment
Simple LLM chat bot with real time sentiment analysis powered by OpenVINOBased on https://github.com/openvinotoolkit/openvino_notebooks#-ai-trends---notebooks
A positive sentiment is as close to 1.0 as possible
![](https://github.com/samontab/llm_sentiment/blob/main/positive.png)A negative sentiment is as close to -1.0 as possible
![](https://github.com/samontab/llm_sentiment/blob/main/negative.png)# How to run it
```
git clone https://github.com/samontab/llm_sentiment.git
cd llm_sentiment
python3 -m venv llm_sentiment
source llm_sentiment/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
jupyter lab llm_sentiment.ipynb
```