• Title/Summary/Keyword: mobile web service

Search Result 519, Processing Time 0.044 seconds

Healthcare Application based on Radio Frequency (무선 통신 기반의 헬스케어 어플리케이션)

  • Seo, Jung-hee;Park, Hung-bog
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.899-902
    • /
    • 2009
  • As computer network and wireless technology continue to grow rapidly, a wide range of remote application has been applied to medical field such as remote medical consulting and remote patient monitoring. This research aims to design RF telecommunication-based healthcare application to collect and manage patient's physiological data, and describe the overall procedure of experiment. MySQL database is designed to record patient's physiological data including temperature, blood pressure and heart rate and save information about medical behaviors such as doctor's prescription for patients. Therefore, users approved by healthcare application can query patient's data and collected data can be used to reorganize data for clinical test. As a result, temperature and humidity of patient's room which must be checked frequently can be processed automatically through ubiquitous sensor network. The information entered from mobile phones or web is saved in database, ensuring systematical management through computer. Moreover, patient's family members can easily access hospital data, improving their experience with medical service.

  • PDF

A Classification of Medical and Advertising Blogs Using Machine Learning (머신러닝을 이용한 의료 및 광고 블로그 분류)

  • Lee, Gi-Sung;Lee, Jong-Chan
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.19 no.11
    • /
    • pp.730-737
    • /
    • 2018
  • With the increasing number of health consumers aiming for a happy quality of life, the O2O medical marketing market is activated by choosing reliable health care facilities and receiving high quality medical services based on the medical information distributed on web's blog. Because unstructured text data used on the Internet, mobile, and social networks directly or indirectly reflects authors' interests, preferences, and expectations in addition to their expertise, it is difficult to guarantee credibility of medical information. In this study, we propose a blog reading system that provides users with a higher quality medical information service by classifying medical information blogs (medical blog, ad blog) using bigdata and MLP processing. We collect and analyze many domestic medical information blogs on the Internet based on the proposed big data and machine learning technology, and develop a personalized health information recommendation system for each disease. It is expected that the user will be able to maintain his / her health condition by continuously checking his / her health problems and taking the most appropriate measures.

A Study on the Use of Art Information Based on Digital Media - Focusing on Art Appreciation Mobile Application - (디지털미디어 기반 미술 정보 활용 방안 연구 - 미술 감상 모바일 애플리케이션을 중심으로 -)

  • Hur, Yukyoung;Park, Seung Ho
    • Design Convergence Study
    • /
    • v.15 no.5
    • /
    • pp.1-19
    • /
    • 2016
  • The emergence of digital media has enabled visitors' active intervention based on the existing art information archiving. Accordingly, this study was conducted to analyze how archiving data that art museums have developed so farcan be provided significantly to visitors and generate a contemporary appreciation code. This study intended to solve the problems in case study analysis through the restructuralization of information that reflected visitors' appreciation activities as the principal agent. The structure of information, which was reframed for multilayered information approach and use by keyword, is meaningful as it has developed an information structure to mainly enhance visitors' understanding. It is expected that the use of art information proposed in this study will be helpful for setting the specific direction of actual transmedia storytelling service by art museums based on web later on.

Multi-Behavior Analysis Based on Google Archiving Data (구글 아카이빙 데이터 기반 멀티 행위 분석)

  • Yeeun Kim;Sara Hong;Seongmin Kim
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.33 no.5
    • /
    • pp.737-751
    • /
    • 2023
  • The importance of digital forensics in the cloud environment is increasing as businesses and individuals move their data from On-premise to the cloud. Cloud data can be stored on various devices, including mobile devices and desktops, and encompasses a variety of user behavior artifacts, such as information generated from linked accounts and cloud services. However, there are limitations in securing and analyzing digital evidence due to environmental constraints of the cloud, such as distributed storage of data and lack of artifact linkage. One solution to address this is archiving services, and Google's Takeout is prime example. In this paper, user behavior data is analyzed for cloud forensics based on archiving data and necessary items are selected from an investigation perspective. Additionally, we propose the process of analyzing selectively collected data based on time information and utilizing web-based visualization to meaningfully assess artifact associations and multi-behaviors. Through this, we aim to demonstrate the value of utilizing archiving data in response to the increasing significance of evidence collection for cloud data.

Implementation of YOLO based Missing Person Search Al Application System (YOLO 기반 실종자 수색 AI 응용 시스템 구현)

  • Ha Yeon Km;Jong Hoon Kim;Se Hoon Jung;Chun Bo Sim
    • Smart Media Journal
    • /
    • v.12 no.9
    • /
    • pp.159-170
    • /
    • 2023
  • It takes a lot of time and manpower to search for the missing. As part of the solution, a missing person search AI system was implemented using a YOLO-based model. In order to train object detection models, the model was learned by collecting recognition images (road fixation) of drone mobile objects from AI-Hub. Additional mountainous terrain datasets were also collected to evaluate performance in training datasets and other environments. In order to optimize the missing person search AI system, performance evaluation based on model size and hyperparameters and additional performance evaluation for concerns about overfitting were conducted. As a result of performance evaluation, it was confirmed that the YOLOv5-L model showed excellent performance, and the performance of the model was further improved by applying data augmentation techniques. Since then, the web service has been applied with the YOLOv5-L model that applies data augmentation techniques to increase the efficiency of searching for missing people.

Automatic gasometer reading system using selective optical character recognition (관심 문자열 인식 기술을 이용한 가스계량기 자동 검침 시스템)

  • Lee, Kyohyuk;Kim, Taeyeon;Kim, Wooju
    • Journal of Intelligence and Information Systems
    • /
    • v.26 no.2
    • /
    • pp.1-25
    • /
    • 2020
  • In this paper, we suggest an application system architecture which provides accurate, fast and efficient automatic gasometer reading function. The system captures gasometer image using mobile device camera, transmits the image to a cloud server on top of private LTE network, and analyzes the image to extract character information of device ID and gas usage amount by selective optical character recognition based on deep learning technology. In general, there are many types of character in an image and optical character recognition technology extracts all character information in an image. But some applications need to ignore non-of-interest types of character and only have to focus on some specific types of characters. For an example of the application, automatic gasometer reading system only need to extract device ID and gas usage amount character information from gasometer images to send bill to users. Non-of-interest character strings, such as device type, manufacturer, manufacturing date, specification and etc., are not valuable information to the application. Thus, the application have to analyze point of interest region and specific types of characters to extract valuable information only. We adopted CNN (Convolutional Neural Network) based object detection and CRNN (Convolutional Recurrent Neural Network) technology for selective optical character recognition which only analyze point of interest region for selective character information extraction. We build up 3 neural networks for the application system. The first is a convolutional neural network which detects point of interest region of gas usage amount and device ID information character strings, the second is another convolutional neural network which transforms spatial information of point of interest region to spatial sequential feature vectors, and the third is bi-directional long short term memory network which converts spatial sequential information to character strings using time-series analysis mapping from feature vectors to character strings. In this research, point of interest character strings are device ID and gas usage amount. Device ID consists of 12 arabic character strings and gas usage amount consists of 4 ~ 5 arabic character strings. All system components are implemented in Amazon Web Service Cloud with Intel Zeon E5-2686 v4 CPU and NVidia TESLA V100 GPU. The system architecture adopts master-lave processing structure for efficient and fast parallel processing coping with about 700,000 requests per day. Mobile device captures gasometer image and transmits to master process in AWS cloud. Master process runs on Intel Zeon CPU and pushes reading request from mobile device to an input queue with FIFO (First In First Out) structure. Slave process consists of 3 types of deep neural networks which conduct character recognition process and runs on NVidia GPU module. Slave process is always polling the input queue to get recognition request. If there are some requests from master process in the input queue, slave process converts the image in the input queue to device ID character string, gas usage amount character string and position information of the strings, returns the information to output queue, and switch to idle mode to poll the input queue. Master process gets final information form the output queue and delivers the information to the mobile device. We used total 27,120 gasometer images for training, validation and testing of 3 types of deep neural network. 22,985 images were used for training and validation, 4,135 images were used for testing. We randomly splitted 22,985 images with 8:2 ratio for training and validation respectively for each training epoch. 4,135 test image were categorized into 5 types (Normal, noise, reflex, scale and slant). Normal data is clean image data, noise means image with noise signal, relfex means image with light reflection in gasometer region, scale means images with small object size due to long-distance capturing and slant means images which is not horizontally flat. Final character string recognition accuracies for device ID and gas usage amount of normal data are 0.960 and 0.864 respectively.

An Analysis of Web Services in the Legal Works of the Metropolitan Representative Library (광역대표도서관 법정업무의 웹서비스 분석)

  • Seon-Kyung Oh
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.58 no.2
    • /
    • pp.177-198
    • /
    • 2024
  • Article 22(1) of the Library Act, which was completely revised in December 2006, stipulated that regional representative libraries are statutory organizations, and Article 25(1) of the Library Act, which was revised again in late 2021, renamed them as metropolitan representative libraries and expanded their duties. The reason why cities and provinces are required to specify or establish and operate metropolitan representative libraries is that in addition to their role as public libraries for public information use, cultural activities, and lifelong learning as stipulated in Article 23 of the Act, they are also responsible for the legal works of metropolitan representative libraries as stipulated in Article 26, and lead the development of libraries and knowledge culture by serving as policy libraries, comprehensive knowledge information centers, support and cooperation centers, research centers, and joint preservation libraries for all public libraries in the city or province. Therefore, it is necessary to analyze and diagnose whether the metropolitan representative library has been faithfully fulfilling its legal works for the past 15 years(2009-2023), and whether it is properly providing the results of its statutory planning and implementation on its website to meet the digital and mobile era. Therefore, this study investigated and analyzed the performance of the metropolitan representative library for the last two years based on the current statutory tasks and evaluated the extent to which it provides them through its website, and suggested complementary measures to strengthen its web services. As a result, it was analyzed that the web services for legal works that the metropolitan representative library should perform are quite insufficient and inadequate, so it suggested complementary measures such as building a website for legal works on the homepage, enhancing accessibility and visibility through providing an independent website, providing various policy information and web services (portal search, inter-library loan, one-to-one consultation, joint DB construction, data transfer and preservation, etc.), and ensuring digital accessibility of knowledge information for the vulnerable.

Real-Time Management System of Reefer Container based on IoT (IoT 기반 냉동컨테이너 실시간 관리 시스템)

  • Moon, Young-Sik;Jung, Jun-Woo;Choi, Sung-Pill;Kim, Tae-Hoon;Lee, Byung-Ha;Kim, Jae-Joong;Choi, Hyung-Lim
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.9
    • /
    • pp.2093-2099
    • /
    • 2015
  • To prevent damage to the cargo, monitoring and remote management for reefer containers is necessary. The currently used remote monitoring service is the Power Cable Transmission(PCT) system, which is recommended by the International Maritime Organization(IMO). However, this system is not widely used because it requires a separate PCT infrastructure and is susceptible to data loss problems. To solve this problem, this study introduces the "IoT-based reefer container management system", The proposed system which is attached to reefer container collects and transmits data on the temperature, status and location of reefer container to middleware using RS-232 communication and WCDMA/GSM communication. Middleware is store the data received in the database and provide information to user in real time through the web and mobile program. At this time, users able to change setting temperature in real time from a distant place through the web program. This study tested by transit about shipment of strawberries to monitor and analyze and check the system's overall effectiveness.

Development of a Road Hazard Map Considering Meteorological Factors (기상인자를 고려한 도로 위험지도 개발)

  • Kim, Hyung Joon
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.35 no.3
    • /
    • pp.133-144
    • /
    • 2017
  • Recently, weather information is getting closer to our real life, and it is a very important factor especially in the transportation field. Although the damage caused by the abnormal climate changes around the world has been gradually increased and the correlation between the road risk and the possibility of traffic accidents is very high, the domestic research has been performed at the level of basic research. The Purpose of this study is to develop a risk map for the road hazard forecasting service of weather situation by linking real - time weather information and traffic information based on accident analysis data by weather factors. So, we have developed a collection and analysis about related data, processing, applying prediction models in various weather conditions and a method to provide the road hazard map for national highways and provincial roads on a web map. As a result, the road hazard map proposed in this study can be expected to be useful for road managers and users through online and mobile services in the future. In addition, information that can support safe autonomous driving by continuously archiving and providing a risk map database so as to anticipate and preemptively prepare for the risk due to meteorological factors in the autonomous driving vehicle, which is a key factor of the 4th Industrial Revolution, and this map can be expected to be fully utilized.

FBcastS: An Information System Leveraging the K-Maryblyt Forecasting Model (K-Maryblyt 모델 구동을 위한 FBcastS 정보시스템 개발)

  • Mun-Il Ahn;Hyeon-Ji Yang;Eun Woo Park;Yong Hwan Lee;Hyo-Won Choi;Sung-Chul Yun
    • Research in Plant Disease
    • /
    • v.30 no.3
    • /
    • pp.256-267
    • /
    • 2024
  • We have developed FBcastS (Fire Blight Forecasting System), a cloud-based information system that leverages the K-Maryblyt forecasting model. The FBcastS provides an optimal timing for spraying antibiotics to prevent flower infection caused by Erwinia amylovora and forecasts the onset of disease symptoms to assist in scheduling field scouting activities. FBcastS comprises four discrete subsystems tailored to specific functionalities: meteorological data acquisition and processing, execution of the K-Maryblyt model, distribution of web-based information, and dissemination of spray timing notifications. The meteorological data acquisition subsystem gathers both observed and forecasted weather data from 1,583 sites across South Korea, including 761 apple or pear orchards where automated weather stations are installed for fire blight forecast. This subsystem also performs post-processing tasks such as quality control and data conversion. The model execution subsystem operates the K-Maryblyt model and stores its results in a database. The web-based service subsystem offers an array of internet-based services, including weather monitoring, mobile services for forecasting fire blight infection and symptoms, and nationwide fire blight monitoring. The final subsystem issues timely notifications of fire blight spray timing alert to growers based on forecasts from the K-Maryblyt model, blossom status, pesticide types, and field conditions, following guidelines set by the Rural Development Administration. FBcastS epitomizes a smart agriculture internet of things (IoT) by utilizing densely collected data with a spatial resolution of approximately 4.25 km to improve the accuracy of fire blight forecasts. The system's internet-based services ensure high accessibility and utility, making it a vital tool in data-driven smart agricultural practices.