Speek-to-Code-AI

Speak to Code AI

A Flask-based web application that transcribes audio into code. Users can upload audio files, which are then transcribed into text, and use that text to generate functional code snippets via an AI-powered API.

Features

Installation

  1. Clone the repository:
    git clone https://github.com/alihassanml/Speek-to-Code-AI.git
    cd Speek-to-Code-AI
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Set up environment variables: Create a .env file in the root directory and add your API key:
    API_KEY=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
    
  4. Run the application:
    python app.py
    

Usage

API Endpoints

Dependencies

License

This project is licensed under the MIT License.