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
A project to show howto use SpringAI with OpenAI to chat with the documents in a library. Documents are stored in a normal/vector database. The AI is used to create embeddings from documents that are stored in the vector database. The vector database is used to query for the nearest document. That document is used by the AI to generate the answer.
PDF Q&A API is a modular FastAPI backend that lets you upload PDF documents and ask context-aware questions about their content. Powered by Groq LLM, SentenceTransformers, and ChromaDB, it delivers accurate, semantic answers based on your PDFs, with a clean architecture for easy maintenance and extension.
NekoRec is a full-stack web application for personalized anime recommendations. It features anime browsing, detailed views, genre exploration, and content-based recommendations using FastAPI (Python) for the backend with Gemini Embeddings and React (TypeScript) for the frontend.
This project allows to upload, train and evaluate AI models based on your own data. You are also able to generate synthetic datasets from already existing ones.