Skip to content

A service for generating summaries, updating them manually, then getting rouge and meteor scores from the update.

Notifications You must be signed in to change notification settings

odellus/summary_refinement

Repository files navigation

Summary Scoring API

Just playing around with a template for how one would go about creating a website to summarize text, then allow for updates to those summaries to be stored in a table along with rouge and meteor scores assessing the performance of the automated summaries.

Install

python3 -m pip install -r requirements.txt

I don't know what else you might be missing.

Usage

In one terminal run the summarization API server with

python3 summarize_api.py

Then in another terminal you can run

python3 scoring_api.py

So that you can go to file:///path/to/summary_scoring_api/index.html and check out the jQuery front end I put together with these API backends that use Hugging Face, Flask, and SQLite.

About

A service for generating summaries, updating them manually, then getting rouge and meteor scores from the update.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published