Skip to content

MAGIST Algorithm v0.1.0

Latest
Compare
Choose a tag to compare
@DragonflyRobotics DragonflyRobotics released this 26 Jun 16:16
· 88 commits to main since this release

MAGIST v0.1.0 (Codename: AlphaBird)

What's Changed

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

This is the first stable release of MAGIST. A few new features have been implemented since v0.1.0-rc.1. Here is the summary of the most prominent features fully 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

Changes since v0.1.0-rc.1

  • The output is clearly shown on the console.
  • Ensure that the documentation for installation is valid for Ubuntu 20.04 LTS.
  • Made full NeuralDB search function.
  • Added duplicate deletion function.
  • Added dictionary scraping function.
    • Used but soon deprecated UrbanDictionary for profane results.

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.