This is a project made for Globant AICodefest 2023
This project was one of the two FINALIST in Colombia
- Lina Soler
- Andrés Soler
- Carlos Escobar
- Daniel Mercado
- Cristian Pimienta
This is a webapp where you can obtain different forms of data related to natural disasters around the globe.. Is divided in two categories:
- For general people who wants fast and easy answers about a specific question. This uses a text field where user can type a question and a IA tool would bring the related answer according to the data we have.
- This section brings another text field where you can enter your email to obtain a random fact about global disasters in your email
- For more especialized users who seek in-depth insights into data analysis. This section bring an embed tool with filters and graphs about globa natural disasters (same data based of the first section).
- This section also has a filter integrated with AI, where the user can type a prompt about data.
Can be found video and pictures of the app in here
This app uses React.js in frontend and Python in backend. Both communicates with the backend API (so first section could be used directly from API).
The embed is build in HEX. And can be found in here.
And the data was obtained from kaggle
For the frontend npm i and npm run start.
For backend pip install -r requirements.txt and python manage.py runserver.
(Having the techonologies required installed previously)
Take in account the template of the environment variables: the API_KEY to the AI tool integration and the USER and PASSWORD for email sending.