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.
Run Sequentially in <
7631
span class="pl-smi">PowerShell
$ Set-ExecutionPolicy RemoteSigned :: select "y"
$ Get-ExecutionPolicy
$ RemoteSigned
$ npm install
$ npm --version
$ yarn add dotenv axios
$ npm install mic-recorder-to-mp3
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