SkillAgentSearch skills...

CitationExtractor

Web interface around libbmc and CERMINE.

Install / Use

/learn @Phyks/CitationExtractor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CitationExtractor

This is a simple web interface above libbmc and especially CERMINE to extract references from a given PDF file.

Installation

  • Clone this repository.
  • Install requirements: pip install -r requirements.txt
  • Create a config file: cp config.py.example config.py and edit it according to your needs.
  • Run it: python3 ./main.py. Head to http://localhost:8080 to see it live.

With the default configuration, it will forward uploaded papers to CERMINE API, which is really slow and puts a lot of charge on these servers. You should download an executable JAR from their repo to your server and indicate the path to this JAR file in the config.py file.

LICENSE

This repo is under an MIT license.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Nov 7, 2023

No findings