samontab / llm_sentiment

LLM chat bot with real time sentiment analysis powered by OpenVINO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llm_sentiment

Simple LLM chat bot with real time sentiment analysis powered by OpenVINO

Based on https://github.com/openvinotoolkit/openvino_notebooks#-ai-trends---notebooks

A positive sentiment is as close to 1.0 as possible

A negative sentiment is as close to -1.0 as possible

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

About

LLM chat bot with real time sentiment analysis powered by OpenVINO


Languages

Language:Jupyter Notebook 100.0%