Skip to content

adsabs/Classifier_UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Classifier DB UI

This repository contains a Django-based UI for browsing and updating classifier records stored in PostgreSQL.

Install

From the repository root:

./venv/bin/pip install -r requirements.txt

Run

./venv/bin/python manage.py runserver 127.0.0.1:8010

Then open http://127.0.0.1:8010/.

Behavior

  • Connects to the classifier PostgreSQL database from the web UI
  • Supports querying recent, validated, unvalidated, and filtered records
  • Allows updating collection and override values for individual records
  • Score column is sortable by clicking the table header
  • ADS title and abstract lookup support is included

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors