- STCenter (과학기술컨벤션센터 / 한국과학기술회관)
- B1F, 22, Teheran-ro 7-gil, Gangnam-gu, Seoul, Republic of Korea
(서울시 강남구 테헤란로 7길 22, 과학기술회관 대회의실1) - 2025-11-06 / 13:30~17:30
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.
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.
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└── fewshot_prompting [View Details]
├── Optimization [View Details]
├── Runtime_Engine [View Details]
│ ├── Timestamp [View Details]
│ ├── kernel_source [View Details]
│ └── monitoring [View Details]
└── remoteManager [View Details]
└── Intent_Detection [View Details]
├── data-collect-service [View Details]
├── data [View Details]
└── model/fine_tuned_xlm_lora [View Details]
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.
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.
├── Data_Revision [View Details]
├── dataset [View Details] [View Details]
└── simulator [View Details]
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.
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).













