-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Is your feature request related to a problem or challenge?
Description:
Currently, Spamlyser Pro only accepts text input. To make the platform more modern and interactive, we can add a Voice-to-SMS Input option where users can speak their message, and it will automatically be converted into text for classification.
Why this is helpful:
- Makes the app more engaging and futuristic.
- Increases accessibility for users who prefer voice input.
Describe the solution you'd like
Steps to Implement:
- Add a microphone button (🎙️) next to the SMS input box.
- Integrate a speech-to-text library (e.g., speech_recognition, streamlit-webrtc, or browser APIs).
- Capture spoken input and insert the transcribed text into the SMS input field.
- Ensure it works smoothly on both desktop and mobile browsers.
Describe alternatives you've considered
No response
Additional context
No response