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.
|
|
1 year ago | |
|---|---|---|
| __marimo__/session | 1 year ago | |
| assets | 1 year ago | |
| .gitignore | 1 year ago | |
| .python-version | 1 year ago | |
| README.md | 1 year ago | |
| embeddings.py | 1 year ago | |
| main.py | 1 year ago | |
| pyproject.toml | 1 year ago | |
| sentiment-analysis.py | 1 year ago | |
| uv.lock | 1 year ago | |
README.md
Sentences Embeddings and Analysis
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-textmodel for embedding andgemma3:1bfor info extraction.