affimehm / AIShout

An efficient report generator using OpenAI Whisper and GPT-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIShout

AISHout is an open-source and efficient report generator based on OpenAI Whisper and GPT-3. The core of the application is written in Python and uses PyTorch as a deep learning framework. The mobile application is a flutter project that make use of the final python pipeline.

This project is in a beta version. There is no stable release yet.

This project is a submission to the OpenAI Hackathon.

Description

our goal is to make it easier for you to create a meeting minute based on the original discussion and thus make the note taking more special.

Screenshots

Libraries/tools

Whisper

Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.

https://openai.com/blog/whisper/

GPT3

GPT-3 is trained to generate realistic human text. GPT-3 has been used to create articles, poetry, stories, news reports and dialogue using just a small amount of input text that can be used to produce large amounts of quality copy.

https://openai.com/blog/gpt-3-apps/

About

An efficient report generator using OpenAI Whisper and GPT-3


Languages

Language:Python 100.0%