Reversed-Zotero

#2
by dbelveze - opened

Hi,

I am a librarian interested in reference management as well in general or specialized artificial intelligence tools such as PleIAs large models. I am trying these days to convince my University to add one or two of these models in our self-hosted RAG ("RAGaRenn") to see how they work.
I have also some colleagues who try to help PhD students to identify references mixed with texts. I tried to install PleIAs Bibtexer model through the Python script that is provided with the model and installed all the dependancies that were necessary for the script to work, but I failed to make it work. I saw that you used to make it possible to test Bibtexer through this website Reversed-Zotero, but it seems that this webpage does not work anymore ("Runtime error").
Do you think it possible to fix this error soon, so that we could test bibtexer on a document?

Regards,

Damien Belvèze, University of Rennes

@dbelveze the app is easy to install locally after removing/commenting lines that involves spaces → line 1 and 158 from app.py.

python3 -m venv venv 
source ./venv/bin/activate
pip install -r requirements.txt
pip install gradio
python3 app.py
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment