https://case-compass.onrender.com/ This is a legal app intented to guide people in most accurate way. https://case-compass.onrender.com/ This is a legal app intented to guide people in most accurate way.
Case Compass aims to bridge the gap between individuals and legal expertise by providing a platform for accessing legal information, advice, and assistance. The application utilizes AI technology, including the Gemini API, to provide users with accurate and relevant legal insights tailored to their needs.
- AI-powered legal assistance, powered by Google Gemini
- Access to a database of legal knowledge and resources
- Seamless user experience
- Clone the repository:
git clone https://github.com/your-username/case-compass.git - Navigate to the project directory:
cd case-compass - Install dependencies:
npm install
- Start the server:
npm start - Open your web browser and navigate to
http://localhost:8000
- Fork the repository
- Create a new branch:
git checkout -b feature/new-feature - Make your changes and commit them:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature/new-feature - Submit a pull request