ACLReady
1.0.0
Una herramienta simple para analizar su papel y ayudar a llenar la lista de verificación responsable de ACL.
Instalación | Citación
Este repositorio:
Se presenta una descripción general de ACLRADY en este video de YouTube.
Clone el repositorio y navegue al directorio del proyecto:
git clone https://github.com/gtfintechlab/ACLReady.git
cd ACLReadyEjecute el script de instalación :
source install.shAgregue sus teclas API :
server . TOGETHERAI_API_KEY =your_together_ai_key_here
OPENAI_API_KEY =your_openai_key_hereEjecute el servidor Flask :
cd server
python app.pyEjecute la interfaz web :
cd aclready
npm startAcceda a la API :
El servidor se ejecutará en http://localhost:3000/ .
Si encuentra útil este repositorio, cite nuestro trabajo.
@ 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}
}