ahmed-shehata / convopilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

ConvoPilot

Getting started (auto)

Run the automatic setup script: ./run.sh

Getting started (Mac)

  1. make sure you have installed homebrew and python3
  2. brew install ffmpeg
  3. brew install portaudio
    1. If you homebrew is installed in a non-system directory and you are getting error on portaudio.h and clang, make sure you export the c include path and library path as follows
      1. export C_INCLUDE_PATH=$C_INCLUDE_PATH:[Your local homebrew path]/homebrew/include
      2. export LIBRARY_PATH=$LIBRARY_PATH:[Your local homebrew path]/homebrew/lib
  4. pip install convopilot
  5. convopilot

Usage

Using GPT-4

  1. export OPENAI_API_KEY=[PUT YOUR API KEY HERE]
  2. convopilot -m gpt-4 -p "Your prompt"

Write transcription data into a specific file

  1. convopilot -o path_to_file

About

License:MIT License


Languages

Language:TypeScript 66.3%Language:Python 17.1%Language:JavaScript 12.1%Language:CSS 2.1%Language:Shell 2.0%Language:EJS 0.5%