Skip to content

Project for the OpenAI Whisper, GPT3, Codex & DALL-E 2 Hackathon

Notifications You must be signed in to change notification settings

Jaweria-B/Weather_Vane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather_Vane

WeatherVane - Whisper GPT3 Codex & DALL-E 2 Open AI Hackathon


This repo contains all the work for WeatherVanes team contribution in OpenAI's Whisper GPT3 Codex & DALL-E 2 Hackathon


About The Project

Product Name WeatherVane (v1.0.0)

Problem Regardless of the context time is always precious. Making an impact is done by creating a sensory experiences.

Presenting ideas is always necessary from starting small projects to guiding important decisions but making good presentations takes time.

Solution Using OpenAI GPT-3, DALL-E 2 and Murbet, we are created an automated presentation platform that will make your desired presentation with just the data you wish to present and some key words.

How it works This is a high-level overview of how the project works. For more details, please refer to the WeatherVane google collab

sequenceDiagram
    participant User
    participant FrontEnd
    participant WeatherVane
    participant Database API
    User->>FrontEnd: Enter Text
    FrontEnd->>FrontEnd: User enters presentation text
    FrontEnd->>WeatherVane: Send text for parsng to GPT-3
    WeatherVane->>WeatherVane:Generate images using DALL-E with text from GPT-3
    WeatherVane->>WeatherVane: Generate Music with Murbet with text from GPT-3
    WeatherVane->>WeatherVane: Generate Slides and preview using google Slide API
    WeatherVane->>FrontEnd: Display preview
    FrontEnd->>WeatherVane: Submit confirmaiton
    WeatherVane->>WeatherVane: Send everything to DALL-E for interpolation
    WeatherVane->>FrontEnd: Your presentation is underway
    WeatherVane->>Database API: Send data to database
    Database API->>User: email user that download is ready
Loading

About

Project for the OpenAI Whisper, GPT3, Codex & DALL-E 2 Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%