Skip to content

Codeshinigami/legalfirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

EthicalEdge

✨ 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.✨

image

key features

💻 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

Getting Started

To run this application on your local machine, follow the steps below:

1. Fork the Repository

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.

2. Clone the Forked Repository

Clone your forked repository to your local machine using the following command:

git clone https://github.com/Codeshinigami/legalfirm.git

3. change the directory to

yourcurrentdirectory/legalfirm/server

4. installing server dependencies

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"

5. run the server using this command

nodemon index.js

6. change the directory to

yourcurrentdirectory/legalfirm/client

7. installing client dependencies

on the terminal run the following commands

npm install

create a .env file and the api keys for

VITE_API_URL="yourLocalHostHere"

8. run the client using this command

npm run dev

9. run the application on your local host

for example "http://localhost:5173"

Future Scope

⚖️🧑‍⚖️👩‍⚖️

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •