You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ollama-Profile is a lightweight RAG-based system that answers questions about me using structured personal data. It stores my information as vector embeddings in ChromaDB, routes queries to only relevant data chunks, and uses a local Phi-3 model via Ollama to generate accurate, context-grounded responses without hallucinations.
The Multi-Language Invoice Extractor leverages Google Gemini Pro LLM to extract key data from invoices in various languages. It uses advanced NLP and machine learning techniques to automate and optimize invoice data extraction across multiple languages.