The "AyudaciudaDANA" project is a web application designed to provide an AI chatbot to get assistance and useful resources for affected, volunteers or any kind of person interested on collaborating by DANA in Valencia. This documentation outlines the project's structure, setup instructions, and usage.
ayudaciudadana
├── src
│ ├── css
│ │ └── styles.css
│ ├── js
│ │ └── scripts.js
│ └── index.html
├── assets
│ ├── fonts
│ └── images
└── README.md
- Clone the repository to your local machine.
- Navigate to the project directory.
- Open
src/index.html
in your web browser to view the application.
- The
styles.css
file contains all the necessary styles for the webpage, including layout, colors, and fonts. - The
scripts.js
file manages interactivity and dynamic content on the webpage. - Place any font files in the
assets/fonts
directory and image files in theassets/images
directory.
There is also a Make blueprints folder with some of the automations used to analyze information and train the AI assistant. Check the README file on that folder to get more information.
This is not intended to be a perfect project. It is a non-profit initiative created as quickly as possible in order to give support during an emergency situation, and might have deffects. Feel free to contribute if you think it can be improved somehow.
Also it could be reused in some other similar situations to provide fast, independent and reliable information to citizens.
Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.