This is a Python-based WhatsApp chatbot that uses Twilio for endpoint configuration. The chatbot performs image recognition and generates an insurance quote based on the recognized image.
- WhatsApp Integration: Uses Twilio to handle incoming and outgoing WhatsApp messages.
- Image Recognition: Uses a pre-trained model to recognize objects in images sent by users.
- Insurance Quote Generation: Generates an insurance quote based on the recognized objects in the image.
- Python 3.7 or higher
- Twilio account
- Ngrok (for local testing)
- Required Python packages (listed in
requirements.txt)
-
Clone the repository:
git clone https://github.com/your-username/lelapa-demos-innovaiteers.git cd lelapa-demos-innovaiteers/Api python3 main_endpoint.py