Skip to content

AI-powered legal research MVP for tech law. Combines Legal-BERT, FAISS vector search, and a FastAPI + Streamlit stack to provide semantic search and question answering over legal documents.

License

Notifications You must be signed in to change notification settings

vcchikezie/Volt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volt.ai

Volt.ai is an AI-powered assistant providing instant answers on privacy, cybersecurity, and AI law.
It uses Legal-BERT and vector search to deliver fast, accurate legal insights with references to official regulations.

Features

  • Search legal texts (GDPR, NIS2, EU AI Act)
  • AI-powered Q&A using Legal-BERT
  • Simple web UI with Streamlit

Setup Instructions

Prerequisites

  • Python 3.8+
  • Git

Installation

git clone https://github.com/yourusername/volt-ai.git
cd volt-ai
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

About

AI-powered legal research MVP for tech law. Combines Legal-BERT, FAISS vector search, and a FastAPI + Streamlit stack to provide semantic search and question answering over legal documents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages