AI/IoT 서비스

AI/IoT 서비스

서비스 요약

20명 이상의 엔지니어로 구성된 팀으로 당사는 AI 분야에서 컨설턴트뿐만 아니라 개발 및 운영 엔지니어가 충분히 준비된 회사들 중 하나입니다. 고객의 비용을 철감하기 위하여 당사는 데이터 과학자, 딥 러닝 엔지니어, 머신 러닝 엔지니어에서 모델 정확도를 개선하는 데이터 레이블링하는 BPO 서비스까지 보유하고 있습니다. 고객이 의뢰한 수많은 프로젝트를 진행한 과정에서 축적한 효과적인 auto-train 및 re-train 모델과 함께 Java, python, Lisp, Prolog 등과 같이 다양한 개발 언어를 능숙히 사용합니다.

서비스 센터

  • 텍스트 인식
    미리 정의된 로직 집합에 따라 텍스트, 이미지 및 음성을 인식합니다. 텍스트 읽기의 속도 특성 때문에 OCR을 이용한 읽기 기술은 텍스트 유형으로 읽을 수 없는 경우에만 적용됩니다.
  • 이미지 처리
    카메라에서 촬영한 이미지를 가공하여 고객의 연령, 성별 등 필요한 파라미터를 제공합니다. Opencv, VXL 등과 같이 오픈 소스 라이브러리를 추가로 활용하여 이미지를 처리하며 TensorFlow 또한 Pytorch 등과 같이 머신 러닝 처리를 위한 프레임워크도 이용합니다. 또한, GANS, DNNS 등과 같이 neutral 네트워크를 사용하는 이미지 처리에 딥 러닝 기술도 사용합니다.
  • 자연어 처리
    컴퓨터와 인간 사이의 언어적 상호작용을 연구하는 기술입니다. BAP에서는 정보를 추출할 수 있는 챗봇 애플리케이션 또는 블로그나 소셜 네트워크 데이터를 근거하여 고객의 의견과 선호도를 검색하고 분석하는 애플리케이션을 연구합니다.
  • 음성 인식
    음성을 통해 자연어 처리 기술입니다. BAP에서는 음성인식 및 음성합성을 연구합니다. 컴퓨터가 인간의 명령을 이해하고 음성으로 변환하기 위하여 텍스트 데이터를 합성하도록 도와줍니다.
  • 비용 최적화
    AI 기술을 활용한 쿠버네티스 시스템에서 개인정보를 보호하며 Cost&Scale-Up을 구현합니다.

ai-iot
22-05-2023

SHARINGAN – AI CAMERA SYSTEM

Overview Sharingan is a Smart System with core technology is facial identification by Artificial Intelligence. The system provides 2 main services: Automatic Attendance Automatic Surveillance Demo Automatic Attendance Fast Accurate identification Easily deploy and leverage enterprise infrastructure Can time attendance many people at the...

ai-iot
22-05-2023

Image Captioning

Problem: Image Captioning Given an image, our goal is to generate a caption. Input: Image Output: Caption for image Solution For this problem, we use will use InceptionV3 (which is pre-trained on Imagenet) to classify each image. We will extract features from the last...

ai-iot
22-05-2023

Human Semantic Segmentation

Overview for Semantic Segmentation For segmentation, demonstrates the steps to use the DeepLab model to perform semantic segmentation on a sample input image. Expected outputs are semantic labels overlayed on the sample image, such as some of examples including. Atrous Spatial Pyramid Pooling (1/2)...

ai-iot
19-05-2023

Auto Scoring App with YoloV5

Auto Scoring Input of this App is an answer sheet which have tic & toe in the answer boxes. This will be processed with Image Processing and Objects Detection with Yolov5. Beside of that, it also Detect Student Code and Examination Code on the...

ai-iot
19-05-2023

Spaced Repetition

Problem: Spaced Repetition Recommend vocabulary and vocabulary repetition intervals for each user. Input: Vocabulary, User’s info Output: Spaced repetition schedule In this problem,we need personalization. Solution: For this problem, we use the Leitner system and Half-life Regression (HLR) for spaced repetition...

ai-iot
19-05-2023

말 경주 예측을 위한 학습 순위

1번 문제: 데이터 테이블 및 처리 데이터 테이블에서의 사전 처리는 다음을 포함합니다. 결측 데이터 범주형 데이터 수치형 데이터 => 데이터가 누락되었을 때 어떻게 해결할 수 있습니까? 1번 문제에 대한 해결책: 다양한 인코딩 방법이 있습니다. 그러나 여러분의 모델에 가장 관련이 있는 것은 무엇입니까? 서열 원핫...