AI agent API for the assessment of DOCX legal contract using track changes and comments
Docx_agent parses legal contracts .docx file gets track changes and comments, then returns a revision analysis
- Install docker
- Install Python3 (python 3.11+ preferably)
- Create a
.envfile to keep your credentials, which are
MISTRAL_AI_KEY=
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=15432Note
I am currently using Mistral API
- Start the services
sh bin/go_live.sh- Start the services
sh bin/shutdown.sh