ACLReady
1.0.0
Uma ferramenta simples para analisar seu papel e ajudar a preencher a lista de verificação responsável pelo ACL.
Instalação | Citação
Este repositório:
Uma visão geral do ACLReady é apresentada neste vídeo do YouTube.
Clone o repositório e navegue até o diretório do projeto:
git clone https://github.com/gtfintechlab/ACLReady.git
cd ACLReadyExecute o script de instalação :
source install.shAdicione suas chaves da API :
server . TOGETHERAI_API_KEY =your_together_ai_key_here
OPENAI_API_KEY =your_openai_key_hereExecute o servidor Flask :
cd server
python app.pyExecute a interface da web :
cd aclready
npm startAcesse a API :
O servidor estará em execução em http://localhost:3000/ .
Se você achar esse repositório útil, cite nosso trabalho.
@ article { galarnyk2024aclready ,
title = { ACL Ready : RAG Based Assistant for the ACL Checklist },
author = { Galarnyk , Michael and Routu , Rutwik and Bheda , Kosha and Mehta , Priyanshu and Shah , Agam and Chava , Sudheer },
journal = { Available at arXiv 2408.04675 },
year = { 2024 },
url = { https : //arxiv.org/abs/2408.04675}
}