rooddood/ai-contract-negotiator

Automatically negotiate and generate an agreeable freelance contract for both parties

0

stars

15

commits

Python

primary language

May 20, 2025

updated

README

ai-contract-negotiator

This tool is designed to explore the use of different models for automatic contract negotiation and generation. It leverages large language models (LLMs) from Hugging Face to facilitate these tasks.

Contributors can find more information on the current status of this project here.

Setup

Need Python 3.12.0

pyenv install -v 3.12.0

Optionally set it as the global python

pyenv global 3.12.0

Create env and activate

python3.12 -m venv venv
source venv/bin/activate
pip install -r huggingface_test_requirements.txt

Running Tool

Test of huggingface model alone

python HuggingFaceAI.py

Contract negotiator implementation

python ContractNegotiatorAI.py

SOW Gen implementation

python SOWGenerator.py

Contributors

rooddood

15 commits

rooddood/ai-contract-negotiator

Automatically negotiate and generate an agreeable freelance contract for both parties

0

stars

15

commits

Python

primary language

May 20, 2025

updated

README

ai-contract-negotiator

This tool is designed to explore the use of different models for automatic contract negotiation and generation. It leverages large language models (LLMs) from Hugging Face to facilitate these tasks.

Contributors can find more information on the current status of this project here.

Setup

Need Python 3.12.0

pyenv install -v 3.12.0

Optionally set it as the global python

pyenv global 3.12.0

Create env and activate

python3.12 -m venv venv
source venv/bin/activate
pip install -r huggingface_test_requirements.txt

Running Tool

Test of huggingface model alone

python HuggingFaceAI.py

Contract negotiator implementation

python ContractNegotiatorAI.py

SOW Gen implementation

python SOWGenerator.py

Contributors

rooddood

15 commits

Languages

Python

100.0%