Are you the author? Sign in to claim
AI Lawyer is an intelligent reasoning legal assistant powered by DeepSeek , Ollama RAG and LangChain, designed to stream
An AI-powered legal chatbot that leverages Retrieval-Augmented Generation (RAG) with DeepSeek R1 and Ollama for advanced legal reasoning.
This chatbot is designed to assist users in understanding complex legal documents, retrieving relevant case laws, and providing structured legal insights. By integrating DeepSeek R1, a sophisticated reasoning model, with the RAG framework, AI Lawyer ensures that responses are grounded in factual legal texts, reducing hallucinations and enhancing reliability. The chatbot can process large legal documents, break them down into meaningful sections, and retrieve the most pertinent information to answer user queries accurately.
https://github.com/user-attachments/assets/003b6247-9faa-4c9a-b9b6-e1311d1d61d5
![]() | ![]() |
|---|---|
![]() | ![]() |
├── frontend.py # Streamlit UI for AI Lawyer
├── rag_pipeline.py # Retrieval-Augmented Generation pipeline
├── vector_database.py # FAISS-based vector database
├── requirements.txt # Python dependencies
└── README.md # Project documentation
git clone https://github.com/AbhaySingh71/AI-Lawyer-RAG-with-Deepseek.git cd AI-Lawyer-RAG-with-Deepseek
python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
pip install -r requirements.txt
git add . git commit -m "Initial commit" git push origin main
GROQ_API_KEY in Streamlit Secrets.streamlit run frontend.pyThe app is deployed on Streamlit! You can check out the live version and explore the analysis on your own:Streamlit App.
Have questions or need support? Reach out to us at:
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming