A handy viewer for the diarized output from Amazon Transcribe built in Next.js
Displays the output in a chat application style, for more easy viewing.
Available on Github Pages.
-
Clone the repository:
git clone https://github.com/Will282/transcribe-viewer.git
-
Navigate to the project directory:
cd transcribe-viewer
-
Install dependancies
npm install
-
Run the development server
npm run dev
-
Open your browser and visit:
http://localhost:3000
Contributions are welcome! Please open an issue or submit a pull request.