Welcome to the Legal iQ GitHub repository! Legal iQ is a web application developed during the Morgan Hackathon 2023. It is an AI-driven document analysis tool designed specifically for lawyers. The application leverages the power of the Morgan API to provide real-time data processing and summarization of case-specific information across various formats. With Legal iQ, lawyers can efficiently analyze and summarize legal documents while ensuring data accuracy through proper source citations.
- Bharat Katyal
- Sebastian Gonzalez
- Zander Preston
- Daniel Gonzalez
To get started with the project, follow the steps below:
- Clone this repository to your local machine using
git clone https://github.com/BharatKatyal/morgan-morganhackathon2023.git
- Navigate to the server directory using
cd server
- Install the required dependencies by running
npm i
- Start the server by running
node app.js
- Open a new terminal window and navigate to the client directory using
cd ../client
- Install the required dependencies by running
npm i
- Start the client by running
npm run
Once the server and client are running, you can access the web application by opening your web browser and navigating to http://localhost:3000
. From here, you can explore the different features of the application and interact with the Morgan API.
Check out this video to see a demo of the project:
We welcome contributions from the community! If you're interested in contributing to the project, please fork the repository and submit a pull request with your changes. Before submitting a pull request, please ensure that your code follows our coding guidelines and passes all tests.
This project is licensed under the MIT License - see the LICENSE file for details.