Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.06 KB

Lawgic

A chatbot application designed to answer legal questions and provide basic legal information.

Description

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.

Features

  • Interactive chat interface
  • Legal question answering
  • Basic legal information lookup
  • REST API backend

Tech Stack

Backend

  • Python 3.x
  • Flask

API Endpoints

  • /completion - Get AI model completions
  • /chatbot - Interactive chatbot interface
  • /health - Health check endpoint

Installation backend

  1. Install python dependencies source venv/bin/activate - activate python virtual environment interpreter you want pip3 install -r backend/requirements.txt

Run backend

  1. Clone the repository
  2. Install python dependencies source venv/bin/activate - activate python virtual environment interpreter you want pip3 install -r backend/requirements.txt