Spaces:
Build error
Build error
File size: 907 Bytes
f993987 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: Legal Document Analysis API
emoji: π
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
license: mit
---
# Legal Document Analysis API
This API provides tools for analyzing legal documents, videos, and audio files. It uses NLP models to extract insights, summarize content, and answer legal questions.
## Features
- Document analysis (PDF)
- Video and audio transcription and analysis
- Legal question answering
- Risk assessment and visualization
- Contract clause analysis
## Deployment
This API is deployed on Hugging Face Spaces.
## API Endpoints
- `/analyze_document` - Analyze legal documents
- `/analyze_legal_video` - Analyze legal videos
- `/analyze_legal_audio` - Analyze legal audio
- `/ask_legal_question` - Ask questions about legal documents
## Technologies
- FastAPI
- Hugging Face Transformers
- SpaCy
- PyTorch
- MoviePy |