Skip to content

Rockroyal305/SRP-Code

Repository files navigation

This repository is for Synopsys's 2022 Science Fair.

It is code for a program that converts english audio or text to images corresponding with that text using Google Cloud's Speech-to-Text API and OpenAI's Glide Text to Image AI. It can help to augment written or spoken communication.

  graph TD;
      A[Input Audio File] --> B[Upload to Google Cloud Storage];
      B --> C[Google Speech to Text API];
      C --> D[List of Sentences];
      E[Input Text File] --> D;
      D --> F[Glide Text to Image AI];
      F --> G[Output Image for Each Sentence]
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published