Projects with this topic
-
Projet de détection de fake news utilisant une architecture Retrieval-Augmented Generation (RAG).
Le système compare un article avec une base de données vectorielle d’articles de référence afin de prédire un verdict (TRUE / FAKE / UNCERTAIN) et générer une justification avec un LLM local.
Pipeline :
Prétraitement et découpage du texte Génération d’embeddings (Ollama) Stockage dans ChromaDB Recherche des passages similaires Vote majoritaire pour le verdict Génération d’explication avec un LLMTechnologies : Python, Ollama, ChromaDB, scikit-learn, pytest.
Projet réalisé dans le cadre de la formation Développeur en Intelligence Artificielle (Simplon).
Updated -
Local first, AI-powered data analytic workspace.
Updated -
The EUC RAG Agent is a Retrieval-Augmented Generation (RAG) system built to deliver accurate and relevant responses for the fictional Egyptian University in Cairo (EUC). It uses all-MiniLM-L6-v2, gemini embedding-001, or TF-IDF vectorization for precise information retrieval and employs gemini-1.5-flash, gemini-1.5-pro, or llama2:7b models for generating concise, professional answers. The agent efficiently addresses a variety of university-related inquiries.
Updated -
Scholara: A Virtual Assistant Powered by LLM, RAG, and AI Agent.
Finding the right scholarship can be a timeconsuming and frustrating process. You'll likely spend hours poring over university websites, communicating with current students, and scouring the internet for information. Unfortunately, even after all that effort, there's no guarantee you'll find the perfect scholarship. That's where our AI scholar comes in. Let us handle the legwork for you, and we'll provide personalized assistance to find the most suitable scholarship for you and answer all your questions about the scholarships that interest you. We solved this by using LLM to provide a human-like when answer the students, RAG we build our own vector database to get more suitable scholarships from it based on student information and desire, also to keep our system up-to-date with all the updated information about the scholarships we built AI Web agent this helps the system to be aware about all the updates in the scholarships information, and new scholarships.Updated