Meeting Transcript Recording Website
TransPal consists of three parts
- Transcription tool: (Under development, currently, .srt subtitle files transcribed via https://www.vocol.ai/ can be imported into the editor)
- Editor: https://github.com/DrJuChunKoO/TransPal-editor
- Website: https://github.com/DrJuChunKoO/TransPal-website
- use Node.js v20
npm i
npm run dev
- Edit using the editor and save
- Place the meeting record file in the
public/speeches/
directory
- Crop the profile picture into a square
- Convert the image to webp format on Squoosh
- Set the image file name as
{speaker name}.webp
- Place it in the
public/avatars/
directory