Summarize any kind of article with just one click using the powerful OpenAI model.
This project is an AI-powered legal summarizer built with React.js, TypeScript, Redux Toolkit, and Tailwind CSS.
Follow these steps to set up the project locally on your machine.
Make sure you have the following installed on your machine:
git clone https://github.com/sjbentley/Legal-Document-Summarizer.git
cd legal_document_summarizer
Install the project dependencies using npm:
npm install
Create a new file named .env
in the root of your project and add the following content:
VITE_RAPID_API_ARTICLE_KEY=
Replace the placeholder values with your credentials. Sign up on the Rapid API website.
npm run dev
Open http://localhost:5173 in your browser to view the project.
Key snippets from the project will be added here.
For further questions or feature requests, open an issue in the repository. π
This project is licensed under the MIT License.