-
Notifications
You must be signed in to change notification settings - Fork 13
Note on Gamera 4 Package
Van Pham edited this page Aug 7, 2023
·
7 revisions
Gamera-4 is a framework for building document analysis applications. Rodan uses Gamera for multiple document analyses, such as binarization jobs, connected components analysis, image conversion jobs, and staff finding jobs.
Before Summer 2022, Rodan used Gamera 3 from our own fork which only supported Python2 and has been deprecated. Since the migration in July 2022, we have moved to Gamera 4 for Python3, which contained several bugs and issues that were specific to our jobs.
We then decided to fix and install Gamera-4 from our own fork ddmal/gamera4-rodan. For more information on the differences between our fork and the official Gamera-4 repository, visit the gamera4-rodan wiki
- Repository Structure
- Working on Rodan
- Testing Production Locally
- Working on Interactive Classifier
- Job Queues
- Testing New Docker Images
- Set up Environment Variables
- Set up SSL with Certbot
- Set up SSH with GitHub
- Deploying on Staging
- Deploying on Production
- Import Previous Data