Disco Drafter: A letter response generator for lawyers

Description

  • Responsibilities

  • Architecture Design
  • API Design
  • DB Design
  • Backend Development
  • Testing and QA
  • DevOps

Technology

  • Python
  • Django
  • Django REST Framework
  • PostgreSQL
  • Celery
  • Docker
  • Heroku & AWS
Project Brief
The project consisted in building an MVP that allows uploading a legal complaint letter, and after highlighting some areas of the documment, then the system would generate a response draft.
Key Features
  • Legal complaint documents parsing using GCP Cloud Vision Services
  • Response document generation in open-office (word format)
My Role

I was involved in the different stages of the backend development from start to end, working on tasks such as:

  • Architecture Design Diagrams and Documentation
  • REST API Design and Documentation
  • Data Models / DB Schema Design
  • Backend Services Implementation using Google Cloud Vision API to extract data and a custom algorithm to generate the response letters.
  • Unit tests & Integration tests