Skip to content
View ghinzuka's full-sized avatar
  • Bordeaux
  • 10:46 (UTC -12:00)

Highlights

  • Pro

Block or report ghinzuka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ghinzuka/README.md

Hi There, I'm POUQUEROU Baptiste

About me

As a programming student at Holberton School , I developed a strong foundation in C

and Python

during my first year. I was also introduced to MySQL

and tools like SQLAlchemy and Flask

, for building applications. Currently, I specialize in Machine Learning, an exciting field that combines programming, data analysis, and advanced algorithms.

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.

Projects

Myprintf

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

Myshell

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

Hbnb

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

https://github.com/ghinzuka/holbertonschool-hbnb

Programming Languages

Programming Tools

Now playing

spotify-github-profile

Pinned Loading

  1. holbertonschool-hbnb holbertonschool-hbnb Public

    Creating a clone of AirBNB

    Python

  2. holbertonschool-higher_level_programming holbertonschool-higher_level_programming Public

    Python

  3. holbertonschool-low_level_programming holbertonschool-low_level_programming Public

    C - Hello, World (beginning with C)

    C

  4. holbertonschool-printf holbertonschool-printf Public

    creating printf fromscratch

    C