Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adityaoberai/language-translator-twilio-function

Twilio function that translates language using GPT-4o and responds through the Twilio Programmable Messaging on WhatsApp
https://github.com/adityaoberai/language-translator-twilio-function

appwrite appwrite-database gpt-4o openai twilio twilio-functions twilio-whatsapp-sandbox

Last synced: 6 days ago
JSON representation

Twilio function that translates language using GPT-4o and responds through the Twilio Programmable Messaging on WhatsApp

Awesome Lists containing this project

README

        

# Twilio Challenge: Language Translator via Twilio Functions, WhatsApp, Appwrite & OpenAI

## Description
Twilio function that translates language using GPT-4o and responds through the Twilio Programmable Messaging on WhatsApp

https://github.com/adityaoberai/language-translator-twilio-function/assets/31401437/2cefb6be-b11f-4e05-9e74-8c5ff6cb6e3f

## How it works

- **Twilio Programmable Messaging (WhatsApp Sandbox)** and **Twilio Functions** is used to communicate with the user
- **Appwrite Database** is used to store the state of the user through the conversation, and all conversation data is deleted as soon as the translation is sent to the user
- **OpenAI's GPT-4o API** is used to translate the text to the specified language