A native iOS client for Hume AI's API, built with Swift and SwiftUI.
hume-ios.mp4
This iOS application provides a native interface to interact with Hume AI's API. While the app is functional for basic interactions, there are still several areas that need improvement.
- Native iOS interface built with SwiftUI
- WebSocket connection to Hume AI's API
- Real-time chat interactions
- API key configuration
- Basic error handling
- iOS 15.0+
- Xcode 14.0+
- Swift 5.5+
- A Hume AI API key
- Clone the repository:
git clone https://github.com/andreasnaoum/hume-evi-ios.git
cd hume-evi-ios
- Add your API key to the project:
- Open
EVIChat/app.swift
- Find the API key configuration section
- Replace
API-KEY
with your API key