jstoppa / voice_to_pdf

Prototype app that allows you to complete PDF document using voice commands with Claude 3 Opus API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice to PDF

This is a prototype app that allows you to complete PDF documents using voice commands.

See details on how it works -> DEMO - Voice to PDF - Complete PDF documents with voice commands using the Claude 3 Opus API

Watch the video

Installation

  1. Clone repo and run npm install
npm install
  1. Create an .env file in the root folder and add your Anthropic API key as follows NOTE: .env is part of gitignore to prevent checking it in
ANTHROPIC_API_KEY=sk-ant-api03-0KtG_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  1. Run npm start
npm start
  1. Navigate to http://localhost:1234

About

Prototype app that allows you to complete PDF document using voice commands with Claude 3 Opus API

License:MIT License


Languages

Language:JavaScript 68.4%Language:CSS 15.9%Language:HTML 15.7%