Inspiration

This AI HackFest was a great opportunity to leverage the AI capabilities using MindsDB and OpenAI and build something unique. So, we specifically thought of making something in the health category that can act as an aid to most people and finally came up with the idea of building an AI Health Buddy that can deal with certain health-related aspects of individual users.

What it does

The app has 6 sections.

1- Medicine Usage Finder - Provide a medicine name and it will fetch you the medicine details.

2- Disease Symptom Finder - Provide a disease name and it will fetch you the natural symptoms for it.

3- Disease Precaution Finder - Provide a disease name and it will fetch you the basic precautions to be taken for it.

These 3 tools come under the Health Category.

4- Nutrient-Calorie Finder - Provide a Dish name and it will fetch you the nutrient and calorie contents in it.

5- Exercise Detail Finder - Provide an Exercise name and it will fetch you the steps to do it.

6- Yoga Detail Finder - Provide a Yoga name and it will fetch you the steps to do it.

These 3 tools come under the Fitness Category.

How we built it

We initially learnt how to use MindsDB and trained the required OpenAI models for the above tools using MindsDB Cloud. Then we figured out how we can interact with these models using the JS-SDK and then connected it with our base Node Express application to fetch the desired results.

Challenges we ran into

It was pretty challenging to learn how to use the mindsdb-js-sdk in our base Node application and successfully send requests and fetch responses over the server.

Accomplishments that we're proud of

We are proud that we could complete the MVP of the project and successfully integrate the frontend with the backend and finally host it on the cloud for everyone to use it.

What we learned

We learnt how we can use MindsDB to work with certain AutoML models that are powered by OpenAI to solve several problems through AI. We learnt how to work with the MindsDB-JS-SDK and retrieve data programmatically from the MindsDB Cloud into a working front-end web app. We also learnt how we can use the DigitalOcean App Platform to launch our app on the cloud and map a custom domain from GoDaddy.

What's next for Salud Feliz

We will try to implement the following.

  • Session Cache
  • Updated UI Frameworks
  • Better Response Times
  • Cover up more health aspects by introducing more apps

Built With

Share this project:

Updates