My year-end project focused on price prediction using Machine Learning models. I created data pipelines, including data cleaning and analysis (pandas, matplotlib), model training (sklearn, gradient boosting, random forest), and optimization (fine-tuning, hyperparameter tuning).
With this experience in price prediction using Machine Learning models, I am eager to find an internship in this field to share and further develop my established skills.
One of my notable projects was developing a simple printf function in C. This project deepened my understanding of low-level programming and system calls, enhancing my problem-solving skills and attention to detail.
https://github.com/ghinzuka/holbertonschool-printf
I have coded a simple shell called "myshell." It is a basic command-line interface that allows users to execute system commands directly, similar to how a typical Unix shell works. The shell can parse user inputs, manage background and foreground processes, and handle built-in commands like cd and exit. Its functionality includes basic error handling and command execution, providing a minimalistic environment for interacting with the operating system.
https://github.com/ghinzuka/holbertonschool-simple_shell
I have developed Hbnb, a clone of Airbnb, using a RESTful API, Docker, HTML, CSS, and JavaScript. The application allows users to list, browse, and book rental properties. The back-end is built as a RESTful API to manage CRUD operations for users, properties, and bookings, enabling smooth communication between the client and server. Docker is used to containerize the application, simplifying deployment and ensuring consistent performance across different environments. The front-end, designed using HTML, CSS, and JavaScript, provides a user-friendly interface, closely resembling Airbnb’s core functionalities while making it easily accessible and visually appealing.
https://github.com/ghinzuka/hbnb-public