Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.3 KB

ML Flutter — Simplifying Access to Local AI

The Flutter App of the MLHub.

Installation

See file:installers/README.md for installation instructions.

Features

ML Flutter offers a variety of features designed to make accessing and utilizing AI tools straightforward.

Overview of the app with the navigation drawer: Overview

Below are some of the key functionalities:

Language

Language Identification

Identify the language of any input audio or video file. Identify Language Page

Transcription

Convert the content of the input audio/video file into formatted text. Transcibe Language Page

Translation

Translate the content of the input audio/video file into formatted text. (Note: Currently, only supported to translate to English.) Translate Language Page

Vision

Colorization

Colorize black-and-white images from an image input, a folder of images or the URL of an image. Colorization Page

Identify Cars

Identify the make and model of a car from an image input. Identify Car Page

Log

The Log page displays all the commands executed and their outputs. Log Page