Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

yahyamed84/Mauritania-legal-RAG

Domain:

natural language processing

Record type:

software
Creator:
yah
Host:
Legal chatbot for Mauritania using Django, Gemini API, and local RAG with GGUF models. Enables smart search across 9 years of the Mauritanian Journal Officiel (الجريدة الرسمية) with hybrid AI inference and a modern web interface. # RAG-WebSystem – Mauritania Legal Chatbot **A Django-based web application integrating a Retrieval-Augmented Generation (RAG) pipeline with a locally hosted GGUF model and the Gemini API.** --- ## Overview **RAG-WebSystem** is a scalable web framework that seamlessly integrates: 1. **A local GGUF model** (for on-premise inference) 2. **Gemini API** (for external AI services) 3. **A Django backend** (handling business logic, REST endpoints, and database interactions) 4. **PostgreSQL** (for reliable data storage) 5. **A responsive front-end** built with HTML, CSS, and JavaScript Users submit queries through a clean web interface. The RAG core retrieves relevant context (local or remote), augments prompts, and generates responses. All interactions and metadata are recorded in PostgreSQL, making this architecture suitable for applications that require both local AI inference and external API calls. --- ## Architecture ```text ┌───────────────────────────────────────────────────────────────────────────────┐ │ User Interface │ │ (HTML, CSS, JavaScript + AJAX) │ └───────────────────────────────────────────────────────────────────────────────┘ │ ▼ ┌───────────────────────────────────────────────────────────────────────────────┐ │ RAG System │ │ (Coordinating retrieval, augmentation, │ │ and generation via local model & Gemini API) │ └───────────────────────────────────────────────────────────────────────────────┘ │ │ │ ▼ ▼ ▼ ┌──────────────────────┐ ┌──────────────────┐ ┌────────────────────────┐ │ Local GGUF Model │ │ Gemini API │ │ Django Backend │ │ (on-prem inference) │ │ (external AI) │ │ ( …

Visit

github.com

Tasks

information retrievalquestion answering

Similar

hizkyas/hagersearch-legal-RAGgabrielmahia/kenya-legal-ragmohamedamine050/Tunisian-Legal-Assistant--RAGProfessorAbraham/Amharic-Legal-RAG-SentimentnahomWM/Ethiopian-Legal-Answer-RAGAn Intelligent Multilingual Legal Chatbot for Algerian Law Based on RAG and LLMs

hizkyas/hagersearch-legal-RAG

Hager-Search is a professional, cross-lingual RAG system for Ethiopian legal documents. It provides

gabrielmahia/kenya-legal-rag

⚖️ RAG system over Kenya legal documents — query the Constitution, Employment Act, Land Act, and Com

mohamedamine050/Tunisian-Legal-Assistant--RAG

# 🏛️ Tunisian Legal Assistant - RAG Un assistant juridique intelligent utilisant la technologie RAG

ProfessorAbraham/Amharic-Legal-RAG-Sentiment

Amharic Legal RAG + Sentiment Analysis pipeline for Ethiopian legal documents and complaints. Built

nahomWM/Ethiopian-Legal-Answer-RAG

A high-performance Retrieval-Augmented Generation (RAG) system designed specifically for Ethiopian l

An Intelligent Multilingual Legal Chatbot for Algerian Law Based on RAG and LLMs