You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

11 lines
408 B
Markdown

# Sentences Embeddings and Analysis
<img src="./assets/screenshot.png" alt="plot screenshot">
This project contains a notebook to do semantic analysis using ollama to embed
and extract info about them.
- [sentiment-analysis.py](./sentiment-analysis.py) - A script to do sentiment
analysis using the ollama api with the `nomic-embed-text` model for
embedding and `gemma3:1b` for info extraction.