Skip to content

pratik-pc/speechify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPEECHIFY

Speechify is a speech translation software developed in Python, designed to break down language barriers and enable seamless communication. Speechify empowers users to communicate effortlessly with people from different linguistic backgrounds.

Software features

Speechify offers speech-to-speech translation, allowing users to speak naturally while the software translates their words into the chosen target language

Integration with Discord allowing users to stream translated audio to discord voice channel

Software Interface

speechify-demo.mp4

Instructions

You can follow these instructions to setup the environment:

  1. Clone this repo: git clone https://github.com/pratik-pc/speechify-backend.git
  2. Run pip install -r requirements.txt in root directory
  3. Create .env file and set the following variables
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • S3_BUCKET_NAME
  • discord_token
  1. Run flask run in root directory
  2. Run python src\discord\websocket.py & python -m src.discord.discord_bot in root directory
  3. Speechify service is now running

Related Repo

Speechify GUI

Need help or any suggestions?

Get in touch with me @ twitter or linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published