Skip to content

BELA Dashboard - Web-based user interface for visualising and analysing BELA transcripts

License

Notifications You must be signed in to change notification settings

letuananh/belaweb

Repository files navigation

BELA Dashboard

BELA Dashboard is a web-based user interface for visualising and analysing BELA transcripts. To learn how to create BELA transcripts, please refer to the BELA convention documentation.

BELA Dashboard uses the Python bela package to process transcripts under the hood. Users who want to perform batch processing or data extraction can use bela package directly using Python scripts.

Installation

belaweb is available on PyPI and can be installed using pip:

pip install belaweb

Development

To run belaweb locally for testing, there is a minimal WSGI application available at https://github.com/letuananh/belaweb

# activate a Python (virtual) environment with belaweb package installed
cd belaweb-wsgi-min
./manage.py runserver

Then access belaweb locally using a browser: http://localhost:8000/bela/gui/

License

belaweb package is licensed under MIT License. The following packages are included:

About

BELA Dashboard - Web-based user interface for visualising and analysing BELA transcripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published