Skip to content

MAGIST Algorithm v0.1.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@DragonflyRobotics DragonflyRobotics released this 23 Jun 21:03
· 98 commits to main since this release
a970ffc

MAGIST v0.1.0-rc.1 (Codename: AlphaBird)

What's Changed

Full Changelog: https://github.com/DeepShift-Labs/MAGIST-Algorithm/commits/v0.1.0-rc.1

This is the release candidate for MAGIST. Most bugs have been resolved and the most persistent ones are being identified and resolved. Here is the summary of the most prominent features implemented in this version:

  • Logging system
  • Google scraping
    • Data downloader
    • Reverse Image Search
  • Wikipedia scraping
    • Summary retrieval
    • Title retrieval
  • Detection data management
    • Image resizer
    • Image integrity verification
    • Image coordinate computation
    • Image cropper
    • Image type converter
  • MAGIST Lite CNN
    • Entire training class(checkpoints, TensorBoard, model export, custom training loop, etc.)
    • Entire prediction class(single image prediction, image batch prediction, etc.)
  • Image clustering and masking
  • Priority queueing with multithreading
  • Natual Language Processing
    • Audio transcription(microphone and .wav file)
    • Custom SelfAttention head with custom positional embedding system
  • NeuralDB
    • NeuralDB admin utilities
    • NeuralDB insert data and full-text search

Before the first stable release, here are the tasks left to complete:

  • Fix final output to convert raw JSON response from NeuralDB to human-readable text.
  • Adjust MAGIST Lite CNN for optimal performance.
  • Fine-tune the SelfAttention head threshold for more predictable results.
  • Ensure that the documentation for installation is valid for Ubuntu 20.04 LTS.

Please let me know via GitHub Issues or GitHub Discussion any concerns, suggestions, or ideas you might have. It would help us achieve our end goal of General Intelligence.