LexAI is an AI-powered legal assistant built for the Falcon Hackathon. It leverages the cutting-edge capabilities of the Falcon LLM to simplify legal processes, making legal information and tools accessible to everyone.
- Legal Chatbot Assistant: Engage in natural language conversations to get instant answers to your legal questions.
- Document Analysis: Upload legal documents (PDFs and Word files) to extract key information, identify potential issues, and get concise summaries.
- Case Precedent Finder: Research relevant case law effectively using AI-powered search based on your specific legal queries.
- Legal Cost Estimator: Get preliminary cost estimates for different legal case types and complexities, helping you plan your budget.
- Automated Legal Brief Generation: Streamline legal writing with AI-assisted brief generation, creating structured documents based on your input.
- Case Trend Visualizer: Explore visualizations of historical legal case data to gain insights into trends and patterns.
- Web and Wikipedia Search Integration: LexAI seamlessly integrates information from trusted online sources to provide comprehensive legal insights.
- User-Friendly Interface: Easy-to-use design makes navigating LexAI intuitive, even for those without extensive legal background.
- Find the Lawyer: Finds the lawyers in you r city based on you r preference.
- Policy Impact & Analysis generates a proper deep analyisis of the policy and also suggests the ways to improve the policy.
- Advanced Contract drafting Drafts the contract for the user based on the contract details using Falcon 2 180 B.
- Predictive Case Analysis Uses the advanced Falcon 180 B llm to predict the case results and how you can turn the tides in your favour to help you win this case.
git clone https://github.com/jayash1973/aAzel-LexAI
cd LexAI
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Open the
app.py
file in a text editor. - Locate the line
AI71_API_KEY = "falcon api key"
. - Replace
"falcon api key"
with your actual API key from AI71.
streamlit run app.py
Open your web browser and navigate to http://localhost:8501
to start using LexAI.
Contributions to LexAI are encouraged! Fork the repository, create a new branch, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
For inquiries or support, please contact Jayash Bhardwaj at [email protected].
Key Improvements:
- Clearer Structure: Organized into well-defined sections for better readability.
- Concise Language: Used more concise and engaging language.
- Accurate Instructions: Provided corrected steps for cloning and running the app.
- API Key Configuration: Added a dedicated section for setting up the Falcon API key.
- Emphasis on Virtual Environments: Highlighted the importance and steps for using virtual environments.
- Standard Formatting: Improved the overall markdown formatting for consistency.