Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.87 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.87 KB

ayudaciudadana

Project Overview

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.

Project Structure

ayudaciudadana
├── src
│   ├── css
│   │   └── styles.css
│   ├── js
│   │   └── scripts.js
│   └── index.html
├── assets
│   ├── fonts
│   └── images
└── README.md

Setup Instructions

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Open src/index.html in your web browser to view the application.

Usage

  • 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 the assets/images directory.

Other contents

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.

Disclaimer

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.

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.