Skip to content

clamsproject/internal-anno-eval-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The CLAMS Dashboard

Experiments with a CLAMS dashboard, starting with an annotation viewer and an evaluation viewer.

Requirements

Install the necessary Python modules:

pip install streamlit==1.34.0
pip install directory-tree==1.0.0

Or use the requirements file:

pip install -f requirements.txt

The dashboard expects access to a couple of repositories, you should get a local copy of them:

Once these repositories are available on your local machine, edit the following lines in code/config.py if needed:

# The default is that source files, annotations and evaluations are in a sister repository.
SOURCES = '../../wgbh-collaboration/'
ANNOTATIONS = '../../aapb-annotations/'
EVALUATIONS = '../../aapb-evaluations/'

Running the Dashboard

To start the Streamlit application:

streamlit run app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published