Skip to content

jstoppa/voice_to_pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published