Skip to content

LLM chat bot with real time sentiment analysis powered by OpenVINO

Notifications You must be signed in to change notification settings

samontab/llm_sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published