- 39
- 323 241
Md Junaid Alam
เข้าร่วมเมื่อ 21 ก.พ. 2013
A collections of tutorials on the latest and trending technology stacks like front end mobile and web applications, server side, Machine Learning and much more. Stay tuned for more interesting and useful tutorials.
Quran IVR Demo #2 - Upgraded for English and Urdu Translation of the recitation.
This is the next version of the Quran - IVR app which includes simplified access, enhanced and intuitive UI and most important feature included is the option of listening to the recitation verse by verse with translations in English and Urdu. More translations to be added in future.
The link to this app in play store is:
play.google.com/store/apps/details?id=com.ivr.quranivr
Link to previous demo:
th-cam.com/video/BsVXehrt9XE/w-d-xo.html
In case if you need a complete tutorial for this app in Android, then please mention in the comments section and if enough number of requests, then I will create a tutorial on this.
The link to this app in play store is:
play.google.com/store/apps/details?id=com.ivr.quranivr
Link to previous demo:
th-cam.com/video/BsVXehrt9XE/w-d-xo.html
In case if you need a complete tutorial for this app in Android, then please mention in the comments section and if enough number of requests, then I will create a tutorial on this.
มุมมอง: 125
วีดีโอ
Quran -IVR - Recite verse by voice command
มุมมอง 5643 ปีที่แล้ว
Quran -IVR app user guide. This video demonstrates how we can use this Android App to listen to Quran recitation by issuing Voice Command mentioning the chapter name or number and verse number. The link to the app on play store is: play.google.com/store/apps/details?id=com.ivr.quranivr
Python Speech recognition API - Listening to Quran for the Visually Impaired - Translated verse
มุมมอง 6813 ปีที่แล้ว
This is the second demo of Python Speech recognition system where a person can issue a voice command to listen to Quran verse and ask for translating the verse in different languages (in this demo the translation is in English and Urdu/Hindi). This project has been uploaded with initial draft as an open source, so that developers around the world interested to participate in refactoring, upgrad...
Python Speech recognition API - Listening to Quran for the Visually Impaired
มุมมอง 2.2K3 ปีที่แล้ว
Listening to Quran for the Visually Impaired - using Python Speech recognition library. Created a quick demo on speech recognition AI system built in Python with less than 100 lines of code for this specific demo. This speech based recognition system can be utilized to help the visually impaired listen to the Quranic verse either specific verse or the entire verse of a specific Surah.
AWS LocalStack SQS - Sending and processing message from Python boto3
มุมมอง 2.2K4 ปีที่แล้ว
This video tutorial demonstrates how we can use Python boto3 to send and process messages to and from and AWS SQS Queue. To install and setup the AWS LocalStack please refer to the following video tutorial. th-cam.com/video/1SNUjlBSJw4/w-d-xo.html
AWS LocalStack SQS - Installing AWS LocalStack
มุมมอง 5K4 ปีที่แล้ว
This tutorial demonstrates how to install and run AWS LocalStack locally on your system and also an example of creating an SQS Message Queue, sending and receiving message to and from the SQS Queue is shown.
Machine Learning Session - K - Fold Cross Validation
มุมมอง 2396 ปีที่แล้ว
This tutorial demonstrates Cross Validation using K Fold. It overcomes the drawback that we face by using the train test split approach. The example of using cross validation for parameter tuning (also known as hyper parameters) and Model selection is demonstrated.
Machine Learning - Evaluating the model (trained and tested on different sets of data) - #5
มุมมอง 2656 ปีที่แล้ว
This tutorial demonstrates how we can split a data set into train and test data using train_test_split function, train the model on the train data set, test the model using test data set and finally evaluating the model. This approach of testing the accuracy of a model is more reliable than training and testing the data on same set of data,
Core Java 2 for beginners - Identifiers and Data types - #2
มุมมอง 456 ปีที่แล้ว
This tutorial explains about Java Identifiers, the rule for naming a Java identifiers, data type, typecasting, arrays and types of Java operators. Finally an application called Table Book is developed as an example where a user can provide the multiple and range as a command line argument and the application would return all the result of multiplication till that given range.
Core Java for Beginners - Introduction to Java - #1
มุมมอง 856 ปีที่แล้ว
This tutorial introduces the concept of Java for absolute beginners. It covers the overview of Java, how to install and setup Java and finally writing the first Java program, compiling and running it.
Machine learning evaluating the model - #4
มุมมอง 1076 ปีที่แล้ว
This tutorial explains the process of evaluating a Machine Learning model to determine the accuracy of a model when making predictions and choosing the optimal model.
Android App Development for Beginners - Android Architecture and Application Components - #2
มุมมอง 3896 ปีที่แล้ว
This tutorial explains the Android architecture and gives and overview of application components like Activity, Services, Broadcast Receiver and Content Providers. It also discusses the Anatomy of an Android Application.
Android App Development for Beginners - Introduction to Android - #1
มุมมอง 1366 ปีที่แล้ว
This video is for absolute beginners and it demonstrates how to write a very simple program in Android using Android Studio IDE. An overview of setting up the development environment is given. More Series on Android development to follow.
Machine Learning - Training the model of Supervised Learning - #3
มุมมอง 4897 ปีที่แล้ว
This video tutorial demonstrates how to train a Machine Learning model in supervised learning. As an example ken and logistic regression classification has been used. The fit and predict method of Scikit-learn was demonstrated.
Machine Learning - Installing scikit-learn -#2
มุมมอง 4.7K7 ปีที่แล้ว
This video tutorial demonstrates how to install and setup scikit-learn. Anaconda distribution is being used which contains al required modules including scikit-learn, iPython and jupytor notebook, An overview of jupytor notebook is being discussed.
React Native - Environment setup for iOS - #1
มุมมอง 7757 ปีที่แล้ว
React Native - Environment setup for iOS - #1
Angular 4 - Handling Multiple Service Calls - # 21
มุมมอง 18K7 ปีที่แล้ว
Angular 4 - Handling Multiple Service Calls - # 21
Angular Forms - Model Driven Form (Angular 4) - #20
มุมมอง 4.9K7 ปีที่แล้ว
Angular Forms - Model Driven Form (Angular 4) - #20
Angular 4 Uploading files and images using HTTP POST method #19
มุมมอง 55K7 ปีที่แล้ว
Angular 4 Uploading files and images using HTTP POST method #19
Angular 4 & PHP - Implementing Auotosuggest / Autocomplete (Angular 4) - #18
มุมมอง 4.5K7 ปีที่แล้ว
Angular 4 & PHP - Implementing Auotosuggest / Autocomplete (Angular 4) - #18
Angular Forms - Template Driven Form (Angular 4) - #17
มุมมอง 4.5K7 ปีที่แล้ว
Angular Forms - Template Driven Form (Angular 4) - #17
Angular @ViewChild and @ViewChildren (Angular 4) - #16
มุมมอง 13K7 ปีที่แล้ว
Angular @ViewChild and @ViewChildren (Angular 4) - #16
Angular 4 - Lazy Loading a Module (Angular 4) - #14
มุมมอง 8K7 ปีที่แล้ว
Angular 4 - Lazy Loading a Module (Angular 4) - #14
Angular Modules - Using NgModule (Angular 4) - #13
มุมมอง 3.8K7 ปีที่แล้ว
Angular Modules - Using NgModule (Angular 4) - #13
Angular 4 Communication Between Components using @Input () and @Output () (Angular 4) - #12
มุมมอง 30K7 ปีที่แล้ว
Angular 4 Communication Between Components using @Input () and @Output () (Angular 4) - #12
Angular 4 HTTP POST Service and Error Handling (Angular 4) - #11
มุมมอง 18K7 ปีที่แล้ว
Angular 4 HTTP POST Service and Error Handling (Angular 4) - #11
Angular HTTP GET Service (Angular 4) - #10
มุมมอง 15K7 ปีที่แล้ว
Angular HTTP GET Service (Angular 4) - #10
Can i get source code
Where can I find this dataset??
There is no dataset, an API is used and some sample Audio for the verse recitation.
This is beautiful.
Md.junaid
please is there an application that can search for a reader
That feature is not yet added, but thats a good idea.
How to add arabic/Quran voice command for the hafez
This app picks sound from external source, so if we have any sound uploaded anywhere in a specific naming convention, and in the code just change the path to recitation, then it will work. But we can make the app flexible to add any recitation audio without changing code and just by configuring it.
Mashallah...jajakallohu khairan...
Wa Iyakka
i need your code please, iam developing an app to recognize the voice of any one and re correct the mistakes
You can get it here: github.com/junaidalamgithub/QuranIVR
@@mdjunaidalam1160 broken link check it please
OH _ it was the first github 500 error i get , its working now !
you said you'll evaluate model on different dataset but you predicted on same dataset
Yes you are right as it is a miscommunication from my side. I meant that I would test on the dataset that is separated and kept aside (from same dataset) for testing purpose. Sorry for the confusion.
It would be better if you can complete it with Quran speech recitation to Arabic text
Thats a good idea.
Alhamdulillah, Great App Brother, May ALLAH reward you with the best and great rewards in this life and hereafter, anyway how can we contact you to give suggestion about this app or other future app related to quran.. thanks
Jazakallah khair for your kind words. You can email me at junaidalam.2000@gmail.com
Ma shaa Allah! Will download this app in shaa Allah!
JazakAllah Khair
Very useful, thank you!
This video helped me to set up my localstack properly, thanks.
Thanks. Glad that it was of help :)
Source code please
I have placed the first draft version of code here: github.com/junaidalamgithub/QuranIVR
hello mister Junaid, I'm fascinated by your project, can you please make a tutorial?
Thanks Sarah... Sure... Actually I have created and Android app for this as well which is already published on Play store. if required I will create a tutorial on that. Here is the link to that video and the link of playstore is also provided. th-cam.com/video/BsVXehrt9XE/w-d-xo.html
Mr Junaid can you pls guide from where can I get this dataset
God blessing you👍🏻 Does it recognize the Arabic commands? If it's yes then what libraries did you use?
Thanks... I have used RecognizerIntent and TextToSpeech library.
MashaAllah, May Allah reward you in this life and hereafter
Jazakallah Khair
Which library is this sir
This is python "speech_recognition" library and "pyttsx3" library which is a python text to speech library.
Good one...thanks !!
Thanks Junaid! It was really quick start with things.
Thanks for your kind words Tukeshwar. I am glad you liked it :)
Local Stack is not free is there any good open source alternative having all features
Local Stack is free for non commercial use, but you will not get all features
Very well explained! Angular directives are explained in more details at - techmade4all.blogspot.com/2020/12/angular-directives.html
The videos on SQS are really good. Could you please upload few videos on SNS also?
Thanks Tarun for your kind appreciation. Sure will try to create a video on SNS whenever I get time.
Hello, thanks for this tutorial but I have a question. if I want to send a list of numbers to the AWS, to make some mathematical process on these numbers then return the result to the client. The process will be the same of sending text messages?. like if I send 4 45 23 67 8 6 in the message the AWS will take it from SQS as a list of numbers?
Yes @Mohamadnour Bader, you can send even numbers also in the JSON String which would pass as String only and on the consuming application you can parse those string back as number and process... Messaging generally uses string format to exchange data so any disparate system can exchange data and it is up to the consumer application to handle and process whichever way they want.
Thanks for the tutorial ..... can you share the text file you used to copy the commands?
aws --endpoint-url=localhost:4566 sns create-topic --name customqueue-topic aws --endpoint-url=localhost:4566 sns subscribe --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --protocol email --notification-endpoint abc@def.com aws --endpoint-url=localhost:4566 sns publish --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --message 'Hello from my app' -------------------------------------------------------------------------------- Create a Queue: aws --endpoint-url=localhost:4566 sqs create-queue --queue-name customqueue-queue Send Message to the Queue: aws --endpoint-url=localhost:4566 sqs send-message --queue-url localhost:4566/000000000000/customqueue-queue --message-body 'Test Message for my Queue!' Receive message from the QUeue: aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queue Recieve 10 messages from Queue: aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queue --attribute-names All --message-attribute-names All --max-number-of-messages 10
Very nice and informative tutorial, thank you for sharing with us. For initial checking you can use *ngIf that will not allow to display the undefined data. Thank you for sharing stay connected :)
Very well explained brother, it help a lot to the new or beginners, now hit the subs button and done sub. Thank you for sharing with us.
I like sir your teaching way......
Thanks for your kind words :)
sir how can i edit or update the image using angular and php
well explained my friend.. it helped me a great deal... thanks
Greate video to understand the service call. Could you provide source code? Better help to understand the concept also.
Well described video by you. Thanks so much!
I want to refresh parent data on closing popup. parent data is coming as @Input to my component . can u please help me how can i achieve that
TH-cam pe 500 videos mil jaayenge aur web pe 10000 example jo directive sikhane k naam pe html component ka background color change karke bata denge chahe 5 min ka video ho ya 1 ghante ka par kisi ko pata nahi ki real time example nahi batayenge jaha little complex element ho
Is there any complex example of custom directive where I can use html template
tal thaan et es blaaank paaaahi hhhhhhhhhhhhhhhhhhhhhh
Got this error( TypeError: Cannot read property 'names' of undefined)
Thank you
When to used viewchild and contentchild ?
Thank You
Helpful
hi can u plz send the git link of this code
Thanks for uploading this video, tutorial is very good and helpful . please upload more
Sir, Thank you the all tutorial, one request is that please provide the text version of you tutorial code.
r u crazy ,here is mention how to install scikit learn where is that?
Hi Jyoti, I created this video long back. When you install Anaconda distribution, you get all those libraries including Scikit learn, else if you want to install individually then you can use Pythion's PIP to install that library. Sorry if it seemed misleading.
@@mdjunaidalam1160 ok sir
Notice: Undefined index: selectFile
My response from http.post => Response {_body: "uploads/20140620_121509.jpgjpg", status: 200, ok: true, statusText: "OK"
Hi junaid , it is very nice vedio but i have question on forkJoin()..... see if i made two service call parallel and even get the data from two of service, than why we used forkjoin, even we got data from two of service and we can write function after two of service call and pass the data as you passed in vedio....what is role of forkjoin..... please reply me .. i am little confuse.
Your way of explaining is good brother. But it goes slower a bit lengthy in explanation. But you are great teaching skills and talent..👍👍
It is really good tutorial. Thanks Junaid Alam