Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.12 KB

Momentum

Momentum is a SwiftUI-based iOS application designed to capture and transcribe audio in real-time and then respond with an AI-driven output/completed task such as adding something to your calendar or to-do list. It provides users with a simple and intuitive interface to record their voice, see transcription results instantaneously, and perform actions like setting timers, editing, or sending data with a streamlined workflow.

Features

  • Real-time Audio Transcription: Capture and transcribe audio live.
  • Interactive UI: Long press to start recording and release to stop.
  • Speech to Text: Utilizes iOS's Speech framework for accurate and fast speech recognition.
  • Customizable: Easy to adapt and extend with additional functionalities.
  • GPT-4 Integration: Uses OpenAI's ChatGPT-4 to assist with performing the tasks to your desire.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Xcode 12 or later
  • iOS 14 or later
  • Swift 5.3 or later

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Momentum.git