This project features a chatbot built using LLaMA 2, designed to assist with legal queries related to Indian law. The chatbot is implemented in a Jupyter Notebook (.ipynb
) and leverages the capabilities of LLaMA 2 for natural language understanding and response generation.
currently the chatbot is hosted at : https://hairy-linear-aye-aye.anvil.app/
- Legal Query Handling: Provides assistance for legal questions specific to Indian law.
- Natural Language Processing: Utilizes LLaMA 2 for understanding and generating responses in natural language.
- Interactive Interface: Built within a Jupyter Notebook for ease of use and interaction with anvil server.
- Python 3.x
- Jupyter Notebook
- Required Python packages (see
requirements.txt
)
-
Clone the repository:
git clone https://github.com/yourusername/legal-ai-assistant.git cd legal-ai-assistant
-
Install the necessary packages:
select the kernel on your system or use on Google Colab
legal_ai_assistant.ipynb
: The Jupyter Notebook containing the chatbot implementation.requirements.txt
: List of required Python packages.
Contributions are welcome! Please create a pull request or raise an issue to discuss any changes or improvements.
This project is licensed under the MIT License. See the LICENSE
file for details.
- LLaMA 2 for providing the natural language processing framework.
- Various legal databases and resources for providing the knowledge base for Indian law.
Feel free to customize this README.md
as per your project's specifics and requirements.