Giter Club home page Giter Club logo

parrot's Introduction

Parrot ๐Ÿฆœ - Version 0.1

Overview

Parrot is a Chrome extension that streamlines the note-taking process during work calls. It captures audio, transcribes it using OpenAI's Whisper model, and uses GPT to generate concise notes, which are then uploaded to a specified Notion page.

Warning: there isn't yet a packaged distribution.


Installation

Steps:

  1. Download: Get Parrot (version 0.1) from this repo, no real distribution (for now).
  2. Unzip: Extract the downloaded file.
  3. Load in Chrome:
    • Navigate to chrome://extensions/.
    • Enable "Developer mode" in the top-right corner.
    • Click "Load unpacked" and select the unzipped extension folder.
    • Remember to go to the site settings and grant microphone authorization for the extension. This for now has to be done manually.

Configuration

Creating the Configuration File

Create a config.json file in the extension's root directory.

{
    "notionSecret": "<Your Notion Secret>",
    "existingPageId": "<Notion Page ID>",
    "openAIKey": "<Your OpenAI API Key>",
    "gptPrompt": "<Custom GPT Prompt (optional)>"
}

Generating an OpenAI Key

  1. Visit OpenAI API website.
  2. Navigate to the API section and create a new API key.
  3. Copy this key and paste it into your config.json file for the openAIKey field.

Generating a Notion Key

  1. Log in to Notion.
  2. Access "Settings & Members" > "Integrations".
  3. Create a new integration and copy the token.
  4. Paste this token into your config.json as the notionSecret.

Usage

  • Start Recording: Click the Parrot icon in your browser when you're on a call.
  • Stop and Upload: Click again to stop the recording and upload the notes to Notion. Also the audio file will be downloaded automatically.

Feedback and Support

Feel free to clone, fork and request PR. This is just a little tool for productivity under MIT license, made to improve my everday life at work. It is laser focused on one thing alone and taht is whay I needed: not a big complicated enviroment but a single button approach.

parrot's People

Contributors

jimmythepage avatar

Stargazers

 avatar Eje Oheji David avatar

Watchers

 avatar

parrot's Issues

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.