https://github.com/finefindus/hieroglyphic-server
Data contribution server for Hieroglyphic
https://github.com/finefindus/hieroglyphic-server
Last synced: about 1 month ago
JSON representation
Data contribution server for Hieroglyphic
- Host: GitHub
- URL: https://github.com/finefindus/hieroglyphic-server
- Owner: FineFindus
- License: agpl-3.0
- Created: 2024-09-14T19:40:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T18:51:26.000Z (3 months ago)
- Last Synced: 2025-02-06T04:51:49.429Z (3 months ago)
- Language: Rust
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hieroglyphic Server
Data contribution server for [Hieroglyphic](https://github.com/FineFindus/Hieroglyphic).
The server allows users to (optionally) upload and contribute stroke data for symbol recognition, which helps improve the machine learning model behind Hieroglyphic's functionality.### Architecture
The server is built on [shuttle.rs](https://shuttle.rs/), a managed Rust backend provider, the contributed data is stored in a PostgreSQL database.