Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

veelenga/phrase-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phrase Bridge

An app that helps you learn languages by creating daily phrases using OpenAI. It consists of two parts:

  • A Lambda function that generates and posts language learning content to Telegram channels and S3
  • A web interface that displays the latest phrases with audio support

Features

Lambda Function

  • 🤖 Uses OpenAI to generate language learning content
  • 🎯 Creates daily phrases with transcription and pronunciation tips
  • 🎙️ Generates audio using OpenAI's text-to-speech
  • 📱 Posts to Telegram channels automatically
  • 🪣 Stores content in S3 for the web interface

Web Interface

  • 🌐 Simple and clean design
  • 🌙 Dark mode support
  • 🔊 Audio playback support
  • 🔄 Multiple language bridges
  • 📱 Mobile-friendly

Architecture

graph LR
    A[AWS Lambda] --> B[OpenAI API]
    B --> C[Generate Content]
    B --> D[Generate Audio]
    C --> E[Telegram Channel]
    D --> E
    C --> F[S3 Bucket]
    D --> F
    F --> G[Web Interface]
Loading

Language Bridges

Currently supported language pairs:

  • 🇺🇦 UA → 🇵🇱 PL (Ukrainian to Polish)
  • 🇺🇦 UA → 🇬🇧 EN (Ukrainian to English)
  • 🇬🇧 EN → 🇪🇸 ES (English to Spanish)

Roadmap

  • Daily messages on Telegram
  • Audio support
  • Telegram poll
  • Web interface
  • S3 auto upload
  • Bridges:
    • UA-PL
    • UA-EN
    • EN-ES

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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

Acknowledgments

  • OpenAI for their powerful API
  • Telegram for their Bot API
  • AWS for Lambda and S3 services

Contributors

  • veelenga Vitalii Elenhaupt - creator, maintainer

About

Post daily phrases with translation using OpenAI API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •