About | Features | Technologies | Requirements | Starting | License | Author
During my internship at IBM, I had the opportunity to develop a project using IBM Watson Assistant, a powerful tool for creating intelligent chatbots. Although the project theme was open-ended, I chose to address a critical issue: domestic violence against women.
One major challenge faced by victims of domestic violence is finding a discreet and secure way to communicate their situation without alerting their abuser. To tackle this, I designed a chatbot integrated into a landing page with a pizzeria-themed interface. This design choice was intentional, as it allows victims to simulate placing a pizza order, thereby communicating their distress without raising suspicion.
In reality, any information shared through this simulated order would be confidentially forwarded to the police, providing a vital lifeline for victims in need of help. This project not only leverages IBM's advanced technology but also aims to make a meaningful impact on those who need it most.
✔️ Feature 1: Inform your name;
✔️ Feature 2: Inform your address and any additional information;
✔️ Feature 3: Select your pizza flavor;
✔️ Feature 4: If choosing 'Personal-sized' it will indicate that the victim is alone, otherwise, the victim is accompanied;
✔️ Feature 5: If choosing 'Yes' for cutlery, it will indicate that there are dangerous material in that environment;
✔️ Feature 6: Your report has been made, and your information will be forwarded to the police;
The following tools were used in this project:
- Angular
- TypeScript
- HTML
- CSS/SASS
- IBM Watson Assistant
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/wilsonsouto/pizzeria-donna
# Access
$ cd pizzeria-donna
# Install dependencies
$ npm install
# Run the project
$ npm start
# The server will initialize in the <http://localhost:4200>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by wilsonsouto