Lawsage is a legal advisory platform powered by LLM, featuring various models fine-tuned on Indian laws, regulations, relevant articles, legal advice forum threads, and other legal texts. It includes a Retrieval-Augmented Generation (RAG) based chat interface that uses a dataset comprising the Indian Constitution, Central Acts, and State Acts legislation. This dataset, compiled into a text corpus and stored as vector embeddings, serves as the underlying context for generating responses.
Check out fine-tuned models on Huggingface 🤗
Clone the project
git clone https://github.com/adityaxp/LawSageApp.git
Install Dependencies
npm install or yarn install
Start App
npm start or npx expo start
LawSage backend