Skip to content

Voice-Enabled Math Tutor Powered by Groq that Calculates and Renders Live Problems and Instruction with LaTeX in Seconds!

License

Notifications You must be signed in to change notification settings

bklieger-groq/mathtutor-on-groq

Repository files navigation


Voice-Enabled AI Math Tutor That Calculates and Renders Live Problems and Instruction with LaTeX in Seconds!

OverviewFeaturesInterfacesQuickstartCredits


math-tutor-demo-short.mp4

Overview

Math Tutor on Groq is an AI-powered voice chatbot that leverages 8090's xRx framework, Whisper and Llama 3.3 70b on Groq, and TTS on Elevenlabs to respond in conversation with the student with live LaTeX and Markdown-formatted equations and notes specifically tailored to the student's requests. Groq's speed makes providing a complex response near instantaneous, enabling a seamless experience.

The speed also enables algebra and calculus problems to first be solved via an internal math engine, then providing the solution as context to the AI, increasing accuracy of the response.

Quickstart

Important

To use Math Tutor, you can use a hosted version at coming soon. Alternatively, you can run Math Tutor locally using the quickstart instructions.

  1. Clone the Repository

    git clone --recursive https://github.com/bklieger-groq/mathtutor-on-groq.git

    The recursive flag ensures the xRx library is downloaded as well.

  2. Create File for Environment Variables

    cp env-example.txt .env
  3. Configure API Keys

    • Add your Groq API key to .env:

      LLM_API_KEY="your_groq_api_key_here"
      GROQ_STT_API_KEY="your_groq_api_key_here"
      
    • Configure TTS settings with your preferred provider (e.g., ElevenLabs)

    ELEVENLABS_API_KEY="your_elevenlabs_api_key"
    

    You can obtain a Groq API key from the Groq console

  4. Run the Application

    docker-compose up --build

Your application will be available at localhost:3000.

Changelog

See CHANGELOG.md to see the latest changes and versions. Major versions are archived.

Credits

This app was developed by Benjamin Klieger at Groq and uses the xRx framework created by 8090 Solutions: Github Repository.

About

Voice-Enabled Math Tutor Powered by Groq that Calculates and Renders Live Problems and Instruction with LaTeX in Seconds!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published