This SwiftUI application provides functionalities to analyze audio and images. Users can log in with their email and choose between audio and image analysis. The app uses SwiftUI and integrates with a backend server to perform authentication and analysis tasks.
- Email Authentication: Secure login with email.
- Audio Analysis: Record, upload, and analyze audio files.
- Image Analysis: Select or capture an image, upload, and receive analysis.
- iOS 14.0+
- Xcode 12.0+
- Swift 5.3+
- Clone the repository:
git clone https://github.com/yourusername/SwiftUIAnalysisApp.git
- Open the project in Xcode:
cd SwiftUIAnalysisApp
open SwiftUIAnalysisApp.xcodeproj- Build and run the project on a simulator or a physical device.
-
Login: Enter your email to authenticate.
-
Choose Analysis: Select either audio or image analysis.
- Audio: Start recording, stop when finished, and upload for analysis.
- Image: Capture a new photo or select one from the library, then upload it for analysis.
Update the server URL in the ContentView.swift file to point to your backend server:
let serverURL = URL(string: "http://<your-server-ip>:3000/authenticate")!Contributions are welcome! Please fork the repository and submit a pull request for any improvements.
For any questions or issues, please contact contato@carloshperc.com.

