Meeting Transcript Recording Website
TransPal consists of three parts
- Transcription tool: https://github.com/DrJuChunKoO/TransPal-transcriber
- 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 jpg format on Squoosh
- Set the image file name as
{speaker name}.jpg
- Place it in the
public/avatars/
directory