A chatbot application designed to answer legal questions and provide basic legal information.
Lawgic is an AI-powered chatbot that helps users understand legal concepts and get answers to common legal questions. The application uses natural language processing to provide accurate and helpful responses while maintaining user privacy and data security.
- Interactive chat interface
- Legal question answering
- Basic legal information lookup
- REST API backend
- Python 3.x
- Flask
/completion
- Get AI model completions/chatbot
- Interactive chatbot interface/health
- Health check endpoint
- Install python dependencies
source venv/bin/activate
- activate python virtual environment interpreter you wantpip3 install -r backend/requirements.txt
- Clone the repository
- Install python dependencies
source venv/bin/activate
- activate python virtual environment interpreter you wantpip3 install -r backend/requirements.txt