https://github.com/abd-01/android-speech-controlled-assistance
Android Application for smart classroom, uses voice-based commands to perform actions.
https://github.com/abd-01/android-speech-controlled-assistance
android-application android-studio httpget iot speech-recognition text-to-speech volley
Last synced: 30 days ago
JSON representation
Android Application for smart classroom, uses voice-based commands to perform actions.
- Host: GitHub
- URL: https://github.com/abd-01/android-speech-controlled-assistance
- Owner: ABD-01
- License: mit
- Created: 2021-06-15T14:48:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T14:38:18.000Z (over 1 year ago)
- Last Synced: 2025-06-01T19:18:33.112Z (12 months ago)
- Topics: android-application, android-studio, httpget, iot, speech-recognition, text-to-speech, volley
- Language: Java
- Homepage:
- Size: 18.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Voice-Controlled-Assistance
This is an Android Applications for Smart Classroom uses Speech Recognition to perform actions such as turning on/off ligths, etc.
We have used [Bolt WiFi Module](https://docs.boltiot.com/docs/bolt-wifi-module) for this project.
## Import Code on device
Refer [here](https://docs.boltiot.com/docs/import-example-code) for adding code on the device.
We've used 5 pins as follows to toggle state between `HIGH`/`LOW`:
| Pin No. | Appliance Controlled |
|:-------:|:---------------------:|
| 0 | Light |
| 1 | Fan |
| 2 | Door |
| 3 | Projector |
| 4 | Curtains |
## Configuring
Refer [here](https://docs.boltiot.com/docs/device-info) to get Device Id.
Configuration Intent
# Android Application


(a) Main Intent (b) Speech Recognition. (c) No Mic. menu
## Demo
https://user-images.githubusercontent.com/63636498/124931723-20468580-e020-11eb-8ce6-08d5f8451609.mp4&height=512
## Contributers
* Hardware: [Hadi Ali](https://github.com/hadiali2100)
* Android App: [Muhammed Abdullah](https://github.com/ABD-01)