This is the complete web application for DialStructureAI, an open source project for processing audio files, in particular call center style audio. With everything built in you can easily get annotated transcriptions, sentiment analysis, keyword extraction, and summarization results on all of your audio data.
If you would like to deploy the interface locally, you can start by copying this repo and running a development server:
git clone https://github.com/cdreetz/dialstructureai.gitcd dialstructureainpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
To learn more about DialStructureAI, take a look at the following resources:
- Dial Structure Platform - get an idea of what to expect, demo, and sign up to get early API access to the managed AI service.
You can also contact my email for any questions, feedback, or help getting started!