✨ The proposed AI-powered legal documentation assistant aims to revolutionize the process for individuals and small businesses in India.Users can access legal advice from experts when facing complex issues.This comprehensive solution not only simplifies legal documentation but also saves time, reduces errors, and improves access to justice for those with limited legal resources. The deliverables include a working prototype, a presentation outlining features and impact, and well-documented code for deployment and maintenance.✨
💻 Legal Sage: AI Powered Chatbot to answer your legal queries
📃 Document Generation: Generates Legal Documents and dequeues the Govt. offices as well as provides security to the parties.
⚖️ Affordable legal support: Bringing Lawyers to our platform to answer their queries
To run this application on your local machine, follow the steps below:
Fork the repository on GitHub by clicking the "Fork" button on the top right of the repository page. This creates a copy of the repository under your GitHub account.
Clone your forked repository to your local machine using the following command:
git clone https://github.com/Codeshinigami/legalfirm.git
yourcurrentdirectory/legalfirm/server
on the terminal run the following commands
npm install
installing nodemon
npm install nodemon
create a .env file and the api keys for
1. ACCESS_URL="yourAccesUrlHere"
2. PORT="yourPortNumberHere"
3. OPENAI_API_KEY="yourOpenAiKeyHere"
4. DB="yourMongoDBAtlasKeyHere"
5. JWT_SECRET="someRandomTextHere"
nodemon index.js
yourcurrentdirectory/legalfirm/client
on the terminal run the following commands
npm install
create a .env file and the api keys for
VITE_API_URL="yourLocalHostHere"
npm run dev
for example "http://localhost:5173"
⚖️🧑⚖️👩⚖️
In the future, this app will let you hire lawyers at affordable rates, transcending geographical boundaries to connect users with legal experts worldwide. With an intuitive mobile interface, it ensures legal assistance is at your fingertips, complemented by AI-powered insights for personalized advice and efficient document handling.