An open API service indexing awesome lists of open source software.

https://github.com/wilsonsouto/pizzeria-donna

Discreet chatbot assistance for women victims of domestic violence.
https://github.com/wilsonsouto/pizzeria-donna

angular html ibm tailwindcss typescript watson-assistant

Last synced: 26 days ago
JSON representation

Discreet chatbot assistance for women victims of domestic violence.

Awesome Lists containing this project

README

          

 

Pizzeria Donna


Github top language

Github language count

Repository size

License


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

During my internship at IBM, I developed a project using IBM Watson Assistant to create an intelligent chatbot. The theme of the project was open-ended, and I chose to address the critical issue of domestic violence against women.

One major challenge faced by victims of domestic violence is the difficulty of communicating their situation discreetly without alerting their abuser. To solve this, I designed a chatbot integrated into a landing page with a pizzeria-themed interface. This design was intentional—victims could simulate placing a pizza order, allowing them to communicate distress without raising suspicion.

Any information shared through this simulated order would be confidentially forwarded to the police, providing a vital lifeline for those in need of help. This project leverages IBM’s advanced technology while aiming to make a meaningful, real-world impact.

## :sparkles: Features

:heavy_check_mark: **Feature 1**: Inform your name.\
:heavy_check_mark: **Feature 2**: Inform your address and any additional information.\
:heavy_check_mark: **Feature 3**: Select your pizza flavor.\
:heavy_check_mark: **Feature 4**: 'Personal-sized' indicates the victim is alone; otherwise, they are accompanied.\
:heavy_check_mark: **Feature 5**: 'Yes' for cutlery signals the presence of dangerous materials.\
:heavy_check_mark: **Feature 6**: Your report has been made, and your information will be forwarded to the police.

## :rocket: Technologies

The following tools were used in this project:

- IBM Watson Assistant
- Angular
- TypeScript
- HTML
- Tailwind CSS

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/wilsonsouto/pizzeria-donna

# Access the project folder
$ cd pizzeria-donna

# Install dependencies
$ npm install

# Run the project
$ npm start

# The server will initialize in the
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.

Made with :heart: by [wilsonsouto](https://github.com/wilsonsouto)

 

Back to top