Giter Club home page Giter Club logo

audio_to_actions_list's Introduction

Machine Learning Project to Convert an Audio Record into an Actions List

In this project, we will use the OpenAI API to convert audio from a meeting to an actions list. The motivation is pretty simple - if you don't have a list of actions as an outcome of the meeting, you probably wasted your time. On the other hand, compiling such a list is a fairly routine job. So let the AI do the boring part of the job for you.

Solution design

We break our solution into two stages:

  1. Get the transcript from the audio recording.
  2. Extract the action list from the text.

You can find more details in the Medium article.

Installation

  • Run make init
  • Insert your OpenAI key into the config.ini file

Usage

  • To convert audio to text, run: make audio_to_text path_to_the_audio_file path_to_save_the_transcript
  • To generate a list of actions from text , run: make text_to_actions_list path_to_the_text_file path_to_save_the_list_of_actions

You can also use the Python version of these commands:

  • Activate virtual environment: . venv/bin/activate
  • To convert audio to text, run: python3 audio_to_text.py path_to_the_audio_file path_to_save_the_transcript
  • To generate a list of actions from text, run: python3 text_to_actions_list.py path_to_the_text_file path_to_save_the_list_of_actions

audio_to_actions_list's People

Contributors

danilbaibak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.