Belly Melter

 AI
bellymelter.com

The technology behind Belly Melter.

Belly Melter AI achieves its goal through the usage of a number of technologies.

The Web Application Firewall (WAF) is covered using Cloudflare.

The AI system is connected to the OpenAI API and employs the new gpt-4 model. This model is far more advance than the one used on CHATGPT and is used to generate dietary information based on individual measurements, specifically the Components and the AI Diet Meal Plan.

The payload supplied to the OpenAI model is always the same; the only thing that varies is the user input data, which is updated each time the user fills out the Getting Started form.

This website does not save any user information, and no cookies have been harmed in the making of this "movie" :). During the connection between the client (user) and the assistant, only session (PHPSESSID) information is used.

The backend is exclusively developed using PHP, while the frontend utilizes Bootstrap framework and makes use of AJAX requests for dynamic functionality.

The submission form is controlled by Google reCaptcha V3.

The PDF file is generated using the fpdf.org class.

The logo has been generated using MidjourneyAI.

I have improved the Spanish translation capabilities of bellymelter by using the gpt-4 model to directly translate the output into Spanish. Previously, I had been relying on the Google Translator API for this task. However, I have found that using the gpt-4 model for translation not only provides better quality translations but also allows for a more seamless integration with the rest of the project.

The code has been analized by Bright scanner from https://app.neuralegion.com. No security issues has be found between the code.