An open API service indexing awesome lists of open source software.

https://github.com/alphasecio/magika

A Streamlit app to test Magika, an open-source tool enhancing file content type detection using deep learning.
https://github.com/alphasecio/magika

deep-learning magika python security streamlit

Last synced: 10 months ago
JSON representation

A Streamlit app to test Magika, an open-source tool enhancing file content type detection using deep learning.

Awesome Lists containing this project

README

          

# magika
Magika is an [open-source](https://github.com/google/magika) content type detection tool by Google, employing a custom, highly optimized deep-learning model that enables precise file identification within milliseconds. This repository showcases a simple Streamlit app that leverages the [Magika Python library](https://github.com/google/magika/blob/main/python/DOCS.md) for file classification.
magika content-type scanner

For a detailed guide, see [this](https://alphasec.io/magika-enhancing-file-content-type-detection-through-deep-learning/) post. To deploy on [Railway](https://railway.app/?referralCode=alphasec) using a one-click template, click the button below.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/QVnWuY?referralCode=alphasec)

*Disclaimer: This app is not an officially supported Google project; it is solely a personal project created for experimentation and educational purposes only.*