This thesis presents the development of a prototype mobile application designed to support the digital recording, storage, editing, and review of daily agricultural activities, with a focus on dairy production. The application displays data in various formats, such as lists, tables, pie charts, and bar charts.
An emphasis is placed on user experience and the ability to digitize physical documents using OCR and AI. For data extraction from images, the GPT-4.1 mini model was used via the OpenAI API, combined with real-time edge detection functionality implemented using OpenCV.js.
The application consists of two parts. The frontend is built with the Angular framework and enhanced with libraries such as PrimeNG for UI components and Chart.js for data visualization. The backend is developed in ASP.NET Core and uses Entity Framework Core for database access. Communication between the frontend and backend is done via a REST API.
The final result is a functional application prototype that enables farmers to maintain a structured overview of milk analyses, deliveries, sales, and customer records.
|