A Flutter application for detecting and classifying hieroglyphic symbols in images.
- Image preprocessing and symbol detection
- Feature extraction using TensorFlow Lite
- Symbol classification and matching
- Real-time processing capabilities
This project is a Flutter application that uses:
- TensorFlow Lite for inference
- Image processing for symbol detection
- Feature matching for classification
- Flutter SDK
- TensorFlow Lite
- Android Studio or VS Code
- Clone the repository:
git clone https://github.com/Othdu/HieroVision.git
- Install dependencies:
flutter pub get
- Run the app:
flutter run
This project is licensed under the MIT License.