Skip to content

BlackHart98/docx_agent

Repository files navigation

DOCX Agent

AI agent API for the assessment of DOCX legal contract using track changes and comments

Overview

Docx_agent parses legal contracts .docx file gets track changes and comments, then returns a revision analysis

Prerequisites

  1. Install docker
  2. Install Python3 (python 3.11+ preferably)

How to use this

  1. Create a .env file to keep your credentials, which are
MISTRAL_AI_KEY=
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=15432

Note

I am currently using Mistral API

  1. Start the services
sh bin/go_live.sh
  1. Start the services
sh bin/shutdown.sh

About

AI agent API for DOCX track changes and comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published