Skip to content

ML-TANGO/TANGO2

Repository files navigation


TANGO 2

This is the official repository for the TANGO 2 project. TANGO (Target Aware No-code neural network Generation and Operation framework) is code name of project for Integrated Machine Learning Framework.

Arch

It aims to develop automatic neural network generation and deployment framework that helps novice users to easily develop neural network applications with less or ideally no code efforts and deploy the neural network application onto the target device.

TANGO 2 is a follow-up project to TANGO, an automatic neural network generation and deployment framework, and aims to provide a proof-of-concept for the SDx industry.


Specification

flow

This repository is a collection of individual modules that satisfy the overall workflow as illustrated in the above figure.

The source tree is organized with the MSA (microservice architecture) principles: each subdirectory contains component container source code. Due to the separation of source directory, component container developers just only work on their own isolated subdirectory and publish minimal REST API to serve project manager container's service request.

TANGO2
   ├── Data_Augmentation
   │   └── fewshot_prompting 
   │
   ├── Deployment
   │   ├── Optimization
   │   ├── Runtime_Engine
   │   │   ├── Timestamp
   │   │   ├── kernel_source
   │   │   └── monitoring
   │   └── remoteManager
   │
   ├── GenAI_Platform
   │
   ├── Learning
   │   └── Intent_Detection
   │
   ├── SDF
   │   ├── data-collect-service
   │   ├── data
   │   └── model/fine_tuned_xlm_lora
   │
   ├── SDM
   │
   └── SDS
       ├── Data_Revision
       ├── dataset
       └── simulator

Data_Augmentation

[View Details]

└── fewshot_prompting [View Details]

Deployment

[View Details]

├── Optimization [View Details]

├── Runtime_Engine [View Details]

│        ├── Timestamp [View Details]

│        ├── kernel_source [View Details]

│        └── monitoring [View Details]

└── remoteManager [View Details]

GenAI_Platform

[View Details]

Learning

[View Details]

└── Intent_Detection [View Details]

SDF

[View Details]

├── data-collect-service [View Details]

├── data [View Details]

└── model/fine_tuned_xlm_lora [View Details]

SDF

Software Defined Farming: To advance smart farms, we are building a system based on artificial intelligence (LLM, LAM) and verifying intelligent SDF through continuous learning of AI models.

SDM

[View Details]

SDM

Software Defined Medicine: We developed a Software Defined Medicine (SDM) system based on a medical domain-specific, multimodal (chest CT-interpretation) artificial intelligence (Large Vision-Language Model) and demonstrated it in a hospital.

SDS

[View Details]

├── Data_Revision [View Details]

├── dataset [View Details] [View Details]

└── simulator [View Details]

SDS

Software Defined Ship: Going beyond the development of perception-centered AI agents using existing sensor fusion technology, we demonstrate that they understand and describe situations based on detected surrounding objects and environmental information, and make navigation decisions appropriate to the situation based on navigation rules.


Acknowledgement

This proejct was supported by Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Ministry of Science and Information Communication Technology (MSIT), Republic of Korea (No. RS-2025-25442867, Development of a Generative AI-Supported System Software Framework for Optimal Execution of SDx Intelligent Services).