Semantic analysis of sentences using Python, Ollama and Marimo
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.
 
Antonio De Lucreziis 21434eb00f added notebooks 1 year ago
__marimo__/session added notebooks 1 year ago
assets added notebooks 1 year ago
.gitignore added notebooks 1 year ago
.python-version added notebooks 1 year ago
README.md added notebooks 1 year ago
embeddings.py added notebooks 1 year ago
main.py added notebooks 1 year ago
pyproject.toml added notebooks 1 year ago
sentiment-analysis.py added notebooks 1 year ago
uv.lock added notebooks 1 year ago

README.md

Sentences Embeddings and Analysis

plot screenshot

This project contains a notebook to do semantic analysis using ollama to embed and extract info about them.

  • 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.