8000 GitHub - chriscarrollsmith/session-scribe at 8008ebff3d231771b61dea41319ada14de9bc91d
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

chriscarrollsmith/session-scribe

Repository files navigation

Transcribe Print Pipeline

A project for the Epson Challenge Hackathon.

Academic conference printing station. You record in the various rooms at an academic conference; the audio files get transcribed to text by Elevenlabs; and the transcripts get printed at a printing station for distribution to anyone who missed the session.

Dependencies and Usage

Windows Execution Policy Change

Run Sequentially in <
7631
span class="pl-smi">PowerShell

$ Set-ExecutionPolicy RemoteSigned :: select "y"
$ Get-ExecutionPolicy
$ RemoteSigned

VS Code Terminal

$ npm install
$ npm --version
$ yarn add dotenv axios
$ npm install mic-recorder-to-mp3

Setup

macos using homebrew
$ brew install ffmpeg

windows using chocolatey
$ choco install ffmpeg

windows using scoop
$ scoop install ffmpeg
$ npm create vite@latest :: select "y"
$ {project-name}
$ Select "React" framework
$ Add "JavaScript" variant
$ cd {project-name}
$ npm install
$ npm run dev

About

A project for the Epson Challenge Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0