<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/495">
<title>Tecnólogo em Análise e Desenvolvimento de Sistemas</title>
<link>https://repositorio.ifpe.edu.br/xmlui/handle/123456789/495</link>
<description/>
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/2056"/>
<rdf:li rdf:resource="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1988"/>
<rdf:li rdf:resource="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1984"/>
<rdf:li rdf:resource="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1983"/>
</rdf:Seq>
</items>
<dc:date>2026-04-25T05:47:15Z</dc:date>
</channel>
<item rdf:about="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/2056">
<title>ANS2JSON: uma API baseada em IA, para extração de Informações da avaliação neurológica de pacientes com hanseníase</title>
<link>https://repositorio.ifpe.edu.br/xmlui/handle/123456789/2056</link>
<description>ANS2JSON: uma API baseada em IA, para extração de Informações da avaliação neurológica de pacientes com hanseníase
The Simplified Neurological Assessment (SNA) is a mandatory and essential tool for&#13;
monitoring patients with leprosy in Brazil. However, its physical format and manual&#13;
completion represent a significant obstacle, as they confine crucial clinical data to paper&#13;
records and hinder longitudinal analyses, large-scale research, and evidence-based health&#13;
policymaking. This study introduces ANS2JSON, an innovative application that overcomes&#13;
this barrier through a hybrid Artificial Intelligence architecture for the complete and&#13;
automatic digitization of SNA forms.&#13;
The proposed solution addresses the challenge of interpreting a complex form that&#13;
combines textual data with visual diagrams by employing a two-stage pipeline: (1) a&#13;
computer vision model (YOLOv8 + Random Forest) to detect and anatomically map&#13;
sensitivity assessment points, and (2) an Intelligent Document Processing model to extract&#13;
textual fields. The approach demonstrated outstanding effectiveness, achieving 97.5%&#13;
precision in visual data interpretation and over 95% accuracy in extracting key clinical&#13;
indicators.&#13;
ANS2JSON, publicly available via the web, provides a robust tool for converting a&#13;
vast repository of unstructured data into ready-to-use digital information, unlocking the&#13;
potential of years of clinical records to advance both leprosy treatment and research. The&#13;
application is accessible at: https://ans2json.dotlabbrazil.com.br .
</description>
<dc:date>2025-09-16T00:00:00Z</dc:date>
</item>
<item rdf:about="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1988">
<title>Contagem automática de ovos de mosquitos Aedes em ovitrampas com visão computacional baseada em aprendizado de máquina</title>
<link>https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1988</link>
<description>Contagem automática de ovos de mosquitos Aedes em ovitrampas com visão computacional baseada em aprendizado de máquina
The present study proposes the automation of egg counting for Aedes aegypti and Aedes&#13;
albopictus mosquitoes, vectors of arboviruses, through computer vision based on machine&#13;
learning. Using images from ovitraps provided by Fiocruz-PE, fine-tuning was applied&#13;
to advanced models (YOLOv10, YOLOv11, and Faster R-CNN) to overcome challenges&#13;
related to high variability and noise in the images. The solution reduces manual effort&#13;
and analysis time, contributing to more effective strategies for controlling diseases such&#13;
as dengue, zika, and chikungunya.
</description>
<dc:date>2025-11-13T00:00:00Z</dc:date>
</item>
<item rdf:about="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1984">
<title>Projeto e validação teórica de um sistema automatizado para análise da permeabilidade e respiração do solo</title>
<link>https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1984</link>
<description>Projeto e validação teórica de um sistema automatizado para análise da permeabilidade e respiração do solo
An essential physical characteristic that controls soil aeration, gas exchange between the soil and the atmosphere, and biological activity in the rhizosphere is soil air permeability (Ka). The precise assessment of this characteristic is fundamental to determine the structural quality of the soil, identify compaction problems, and improve agricultural management practices. However, conventional methods for measuring air permeability in the field are often complex, expensive, and laborious. This study describes the design, theoretical validation, and proposed use of a low-cost, automated pneumatic infiltrometer, conceived to analyze soil air permeability in various situations of structural alteration and initial moisture. The main objective was to propose and detail a device capable of injecting a controlled airflow onto the soil surface and, based on the measurement of the resulting pressure, estimate air permeability. The proposed approach is based on a prototype using the ESP32 microcontroller, a MPXV7002DP differential pressure sensor for permeability analysis, and a carbon dioxide (CO₂) MH-Z19 sensor for soil respiration studies. For the future validation of the prototype, an analysis of the impact of structural disturbance and moisture on permeability is proposed, as well as the quantification of CO₂ efflux. The theoretical analysis indicates that compaction and moisture significantly reduce Ka . It is concluded that the project is an effective and innovative multifunctional platform for research in soil physics and biogeochemistry, offering a rapid and economical method to evaluate the structure and biological activity of the soil in situ.
</description>
<dc:date>2025-10-20T00:00:00Z</dc:date>
</item>
<item rdf:about="https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1983">
<title>Aplicativo móvel para a identificação automática dos principais vetores da doença de chagas no Estado de Pernambuco</title>
<link>https://repositorio.ifpe.edu.br/xmlui/handle/123456789/1983</link>
<description>Aplicativo móvel para a identificação automática dos principais vetores da doença de chagas no Estado de Pernambuco
Chagas disease is considered by the World Health Organization as a neglected disease and a serious public health problem, with approximately 7 million people currently infected by Trypanosoma cruzi worldwide. The objective of this work was to develop an application for the Android platform that uses a machine learning model to help identify images of triatomines that are vectors of the Chagas disease. The model used was based on EfficientNetV2, a convolutional neural network architecture pre-trained for generic image recognition, which was enhanced with images of native vectors from Pernambuco and similar non-vector insects. The developed model was evaluated using a test dataset distinct from those used in training and validation, achieving an accuracy of 91.89%. These results indicate that the adapted EfficientNetV2 model was able to generalize well to new data. The application, named TriatoDetect, was designed with an interface to facilitate the identification of triatomines through the phone's camera or images stored on the device.
</description>
<dc:date>2025-09-04T00:00:00Z</dc:date>
</item>
</rdf:RDF>
