Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 514 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 514 Bytes

legaldash.ai

Welcome to the legaldash.ai Repository. This is an API that is built to streamline lawsuit management and automate legal document analysis for SaaS companies.

How To Start the Project?

Running the code

pip install -r requirements.txt
uvicorn app:app --reload

Running the Docker Container

docker compose up --build

Credits

This app uses the following tech stacks:

  • FastAPI
  • MongoDB
  • Docker
  • Minio