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.
- Search legal texts (GDPR, NIS2, EU AI Act)
- AI-powered Q&A using Legal-BERT
- Simple web UI with Streamlit
- Python 3.8+
- Git
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