Get started
157 commitsLast commit ≈ 4 weeks ago1 star0 forks
Collens is a dynamic web-based tool designed for scholars to compare textual variants with annotations. Utilizing machine learning, it offers an efficient workflow for analyzing multiple versions of literary and scholarly documents.
You can also access the documentation through the website after running the application locally.
Be sure you have installed bun on your computer before running the application locally.
Running the app locally:
bun dev
The changes in the main
branch will be automatically deployed to github pages.
Build the application for production:
bun build