Khusi AI is a web application that combines an AI-powered legal assistant with a PDF annotation tool, specifically designed for Indian lawyers and legal professionals.
- AI-powered legal query system using Google's Generative AI
- PDF upload and viewing functionality
- PDF annotation tool with text highlighting and comments
- Responsive design for desktop and mobile use
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- AI: Google Generative AI
- PDF Handling: PDF.js
- Clone the repository
- Create a virtual environment and activate it
- Install the required packages
- Set up your Google Generative AI API key:
- Rename
.env.example
to.env
- Add your API key to the
.env
file
- Run the application