A Python tool that transcribes audio files, splits them into sentences, and provides precise timing information with millisecond accuracy. The tool uses OpenAI's Whisper for transcription and ...
A web-based sentence segmentation tool using Natural Language Processing, developed as a Bachelor-level academic project. . ├── backend/ │ ├── main.py # FastAPI application │ ├── baseline_splitter.py ...