Markdown Converter
Agent skill for markdown-converter
This project transcribes audio files into text, converts the text into chunks, and then tags the chunk with relevant information.
Sign in to like and favorite skills
This project transcribes audio files into text, converts the text into chunks, and then tags the chunk with relevant information.
-- src/voice_transcriber/ -- main.py: The main entry point for the project. -- transcribe.py: The module for transcribing audio files. -- chunk.py: The module for chunking the transcript. -- tag.py: The module for tagging the chunks. -- utils.py: The module for utility functions.
-- docs/ -- voice_transcriber/ -- index.md: The main index page for the project. -- transcribe.md: The documentation for the transcribe module. -- chunk.md: The documentation for the chunk module. -- tag.md: The documentation for the tag module. -- utils.md: The documentation for the utils module.
RUN: uv run nox Make sure all steps are passing. Update the code to fix the issues.