Skip to content

DevgenX/Hitone-app

Repository files navigation

HiTone

The innovative platform for improving your speech and communication skills. HiTone allows you to create custom speech scenarios, record your speech, and receive detailed analytics to enhance your speaking abilities.

If you have any questions, feel free to reach out to me on LinkedIn.

Generating Script

Screenshot 2023-10-11 at 10 07 39 PM

Recording yourself

Screenshot 2023-10-11 at 10 13 08 PM

Getting feedback

Screenshot 2023-10-11 at 10 14 04 PM

How It Works


You are given a form to fill-up with the details you need for the Speech. OpenAI API will generate it for you.

Step by step process

  • Receive inputs from user
  • OpenAI API will generate the script
  • You are to record yourself speaking the speech provided
  • The recording is converted into a supported format and transcripted by Whisper API
  • OpenAI API receives the transcript and provide a feedback
  • Stream feedback back to the user

Requirements

  • Get your OpenAI API keys here API
  • Go to the Utils folder under stream.ts and input your API key to the variable API_KEY
Screenshot 2023-10-11 at 10 29 50 PM

Running Locally

  1. Clone the repo
git@github.com:DevgenX/Hitone-app.git
  1. Install dependencies
npm i or npm install
  1. Running the application
npm run dev

Improvement Ideas

Here are some ideas for how to improve HiTone:

  • Provide better UI by creating a separate route for the analytics
  • Provide accurate script generation by improving prompt
  • Allow users to add more inputs to make the script more personalized and descriptive
  • Improve feedback by having accurate transcriptions
  • Train own model for transcription and analysis
  • Contribute your ideas by reaching out to me!

About

Personalized AI Speech Mentor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published