DNN for ancient text restoration and attribution
Top 57.8% on sourcepulse
Ithaca is a deep neural network system designed to assist historians in restoring, geographically attributing, and chronologically dating ancient Greek inscriptions. It targets epigraphers and ancient historians, offering a collaborative tool that enhances human expertise with AI-driven insights, improving accuracy and aiding scholarly debate.
How It Works
Ithaca employs a deep neural network architecture focused on collaboration, decision support, and interpretability. It processes damaged inscriptions to predict missing characters, suggest geographical origins, and estimate the period of writing. The system's design prioritizes synergy with human experts, aiming to augment rather than replace their knowledge.
Quick Start & Requirements
pip install .
curl --output checkpoint.pkl https://storage.googleapis.com/ithaca-resources/models/checkpoint_v1.pkl
python inference_example.py --input_file=example_input.txt
Highlighted Details
Maintenance & Community
The project is from Google DeepMind. Citation details for the Nature article are provided.
Licensing & Compatibility
Limitations & Caveats
The README does not detail specific hardware requirements beyond standard Python environments, nor does it mention any alpha/beta status or known limitations of the model's performance on specific types of inscriptions or historical periods.
1 year ago
1 week