{"id":15113835,"url":"https://github.com/simplyyan/galaktaglare","last_synced_at":"2025-10-23T05:31:09.719Z","repository":{"id":219101972,"uuid":"748124687","full_name":"simplyYan/GalaktaGlare","owner":"simplyYan","description":" A broad, easy and fast framework for machine/deep learning in Go.","archived":false,"fork":false,"pushed_at":"2024-08-27T18:01:34.000Z","size":3344,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T17:28:03.910Z","etag":null,"topics":["algorithms","analysis","analytics","anomaly-detection","automation","bash","data-science","decision-trees","deep-learning","deep-neural-networks","go","golang","image-classification","image-processing","machine-learning","machine-learning-algorithms","nlp","text-classification","tts","voice-recognition"],"latest_commit_sha":null,"homepage":"https://simplyyan.github.io/GalaktaGlare/root","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplyYan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://github.com/simplyYan/GalaktaGlare/blob/main/DONATE.MD"]}},"created_at":"2024-01-25T10:25:05.000Z","updated_at":"2024-08-27T18:01:37.000Z","dependencies_parsed_at":"2024-01-25T13:42:12.968Z","dependency_job_id":"b5b9f38d-9c50-49b8-b438-38710abe86fc","html_url":"https://github.com/simplyYan/GalaktaGlare","commit_stats":{"total_commits":49,"total_committers":1,"mean_commits":49.0,"dds":0.0,"last_synced_commit":"7aa7d13264bfa3e0e4cb6a54bfa8e8b4ea028235"},"previous_names":["simplyyan/galaktaglare"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FGalaktaGlare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FGalaktaGlare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FGalaktaGlare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplyYan%2FGalaktaGlare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplyYan","download_url":"https://codeload.github.com/simplyYan/GalaktaGlare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237784795,"owners_count":19365931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","analysis","analytics","anomaly-detection","automation","bash","data-science","decision-trees","deep-learning","deep-neural-networks","go","golang","image-classification","image-processing","machine-learning","machine-learning-algorithms","nlp","text-classification","tts","voice-recognition"],"created_at":"2024-09-26T01:23:30.066Z","updated_at":"2025-10-23T05:31:09.133Z","avatar_url":"https://github.com/simplyYan.png","language":"Go","funding_links":["https://github.com/simplyYan/GalaktaGlare/blob/main/DONATE.MD"],"categories":[],"sub_categories":[],"readme":"![GalaktaGlare](gglare.gif)\n\nGalaktaGlare is a powerful, fast, broad, easy and innovative framework for Go that brings intuitive machine/deep learning with a variety of features.\n\n## Main features\n\n- Text Classification;\n- Image classification/recognition;\n- Natural Language Processing (NLP);\n- Operations with Tensors;\n- Support for creating neural networks;\n- Decision Trees;\n- Data analysis;\n- TTS;\n- LSTM\n\n## How to install\nTo make it lighter and more organized, GalaktaGlare is separated into different packages. The available packages are:\n- Neural Networks:\nGalaktaGlareNN\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareNN\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareNN\n- NLP:\nGalaktaGlareNLP\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareNLP\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareNLP\n- Data analysis:\nGalaktaGlareDATA\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareDATA\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareDATA\n- Decision Trees: \nGalaktaGlareDT\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareDT\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareDT\n- Images: \nGalaktaGlareIMG\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareIMG\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareIMG\n- Long Short-Term Memory: \nGalaktaGlareLSTM\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareLSTM\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareLSTM\n- Text-To-Speech (BETA): \nGalaktaGlareTTS\n```\ngo get -u github.com/simplyYan/GalaktaGlare/src/GalaktaGlareTTS\n```\n\u003e Docs: https://github.com/simplyYan/GalaktaGlare/wiki/GalaktaGlareTTS\n\n## Documentation\nThe documentation is available on the [Wiki of this repository](https://github.com/simplyYan/GalaktaGlare/wiki/Docs).\n\n## License\nGalaktaGlare is open-source and under the CC0-1.0 license.\n\n## Contribute\nYou can contribute to this project. Just open a pull-request and make your changes. Add, improve or correct features.\n\n\u003cimg src=\"signature.png\" width=\"200px\" height=\"200px\" alt=\"A project founded by Wesley Yan Soares Brehmer\"\u003e\u003c/img\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyyan%2Fgalaktaglare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplyyan%2Fgalaktaglare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplyyan%2Fgalaktaglare/lists"}