- 11
- 21 910
Angshu's Workshop
เข้าร่วมเมื่อ 2 พ.ย. 2020
Home Automation using nodemcu web server.
In this video we are creating a webserver with nodemcu to control our home appliences.
Pin Diagram
Nodemcu led
D1 --- signal pin
D2 --- signal pin
D4 --- signal pin
D5 --- signal pin
GND --- GND of led
.
.
.
Github link ------- github.com/CretivityArt/Nodemcu-Home-Automation-webServer
nodemcu buy link ---
www.electronicscomp.com/nodemcu-esp8266-wifi-development-board?gclid=Cj0KCQiA6rCgBhDVARIsAK1kGPJF4HdyKtTQOI8fvlcWMThddyTep-Izr0YJo_PKex6pAtW_RA9CWdcaAqKiEALw_wcB
Please Like, Share & Subscribe my channel............................................
Pin Diagram
Nodemcu led
D1 --- signal pin
D2 --- signal pin
D4 --- signal pin
D5 --- signal pin
GND --- GND of led
.
.
.
Github link ------- github.com/CretivityArt/Nodemcu-Home-Automation-webServer
nodemcu buy link ---
www.electronicscomp.com/nodemcu-esp8266-wifi-development-board?gclid=Cj0KCQiA6rCgBhDVARIsAK1kGPJF4HdyKtTQOI8fvlcWMThddyTep-Izr0YJo_PKex6pAtW_RA9CWdcaAqKiEALw_wcB
Please Like, Share & Subscribe my channel............................................
มุมมอง: 231
วีดีโอ
custom object detection using python and opencv | object detection using python | keras | tensorflow
มุมมอง 19K2 ปีที่แล้ว
This is a Machine Learning project using python . This project is used to detect Multiple objects from custom trained datasheet on teachable machine on real time. code github - github.com/CretivityArt/Custom-Object-Detection-Using-Python-OpenCV Training-Database-using-TeachableMachine Please Don't forget to Subscribe 🔔-FOR MORE VIDEOS Like - To motivate me for making more 🎥 Comment💬 - To let me...
Nodemcu home automation using firebase (demo). #nodemcu #mitappinventor2 #arduinoproject #firebase
มุมมอง 1152 ปีที่แล้ว
Nodemcu home automation using firebase (demo). My home automation made using firebase,nodemcu and app developed by mit app inventor it's very easy to use, very fast and also very low costing subscribe my channel for mor like the video and help me reaching 10k comment down any queries. #nodemcu #mitappinventor2 #arduinoproject #firebase
Touch sensing project using Arduino||Touch sensor with Arduino touch sensing and alarm system
มุมมอง 982 ปีที่แล้ว
This is a SIMPLE SECURITY project using #Arduino to detect touching. Touch sensing program. Subscribe my channel to get more such creative videos. Like the Video if you really like this idea. Also comment me if you are having any quary. #iotinnovation #diyprojects #security #arduino #arduinoproject follow me on Instagram Instagram Id - angshutechofficial
Obstacle avoidance tutorial for any DIY drone -- Part 1(basic introduction)#diyproject
มุมมอง 2802 ปีที่แล้ว
This is a obstacle Avoidance tutorial for any DIY drone. It works with any die controller. This is a basic indroduction to the excitement. please 🙏 keep a look on next of the 🎥video link of part 2 pending Subscribe 🔔-FOR MORE VIDEOS Like - To motivate me for making more 🎥 Comment💬 - To let me know more about share more............................... ///////CONTACT ME For any doubt INSTAGRAM ANG...
Fpv 250 quadcopter with Arducopter 2.8 | small drone using APM.
มุมมอง 5212 ปีที่แล้ว
A small 250 quadcopter using Apm with compass🧭 and Gps. For more please Subscribe🔔 Like Share and comment💬 Email 📧 :- angshuganesha@gmail.com
My Blender VFX work
มุมมอง 692 ปีที่แล้ว
Like, Share and Subscribe 🔔. also comment 💬 bellow. If you want a tutorial of this lrt me know in the comments💬. Thanks for watching.
Bravooo!!✨❤️
Cannot find reference 'models' in '_ Init.py':3 Unresolved reference 'load_model' :3 [From the 3rd line] I am getting this error pls help bro. I tried installing tensor flow but not working.
Dear please check the fileName of f the downloaded model and it is recommended to download the file again.
is it possible to draw the bounding box of the detection?
I am also working on that. It could be a bit tricky. You may use yolo V3 for that
Do you know how to add bounding box to your code?
How can i use this model in app?
Error loading model: Error when deserializing class 'DepthwiseConv2D' using config={'name': 'expanded_conv_depthwise', 'trainable': True, 'dtype': 'float32', 'kernel_size': [3, 3], 'strides': [1, 1], 'padding': 'same', 'data_format': 'channels_last', 'dilation_rate': [1, 1], 'groups': 1, 'activation': 'linear', 'use_bias': False, 'bias_initializer': {'class_name': 'Zeros', 'config': {}}, 'bias_regularizer': None, 'activity_regularizer': None, 'bias_constraint': None, 'depth_multiplier': 1, 'depthwise_initializer': {'class_name': 'VarianceScaling', 'config': {'scale': 1, 'mode': 'fan_avg', 'distribution': 'uniform', 'seed': None}}, 'depthwise_regularizer': None, 'depthwise_constraint': None}. please help me out
Recheck the file location. Try to download the model again and include the path correctly in the program
Bro, don't waste our time by posting such craps. We thought, you would guide on how to build the model from scratch, instead you are just showing the magical output like a child. Grow up man!
I have tried my best to demonstrate each steps in the video. So that anyone with little knowledge of Python and Ml can easily go through those steps and can make the model by their own. I would request to watch the video completely. Note not only outputs are shown but the entire process and code is discussed If you have any issues you are free to discuss. Thank you for your guidance 😊
sir im done following all the steps you 're giving but still can't run the code its giving an error
sir used the github code with the label files together but still can't run the code please help me sir
What version of tensorFlow/Keras does teachable machine use. When i have follow all the step of your video after running the code it haven show this message "Exception encountered: Unrecognized keyword arguments passed to DepthwiseConv2D: {'groups': 1}" can you tell me what's the problem mainy happeded
The same problem
Hi. I got the same problem and I fixed it by installing lower version of tensorflow (You need 2.15.1 instead of the 2.17... , because the recent version of tensorflow use keras 3 instead of keras 2, and the website in this video train the model refering to keras 2)
good
raise TypeError( TypeError: Error when deserializing class 'DepthwiseConv2D' using config={'name': 'expanded_conv_depthwise', 'trainable': True, 'dtype': 'float32', 'kernel_size': [3, 3], 'strides': [1, 1], 'padding': 'same', 'data_format': 'channels_last', 'dilation_rate': [1, 1], 'groups': 1, 'activation': 'linear', 'use_bias': False, 'bias_initializer': {'class_name': 'Zeros', 'config': {}}, 'bias_regularizer': None, 'activity_regularizer': None, 'bias_constraint': None, 'depth_multiplier': 1, 'depthwise_initializer': {'class_name': 'VarianceScaling', 'config': {'scale': 1, 'mode': 'fan_avg', 'distribution': 'uniform', 'seed': None}}, 'depthwise_regularizer': None, 'depthwise_constraint': None}. Exception encountered: Unrecognized keyword arguments passed to DepthwiseConv2D: {'groups': 1} Sir Plz sort out my error what to do?
Have you used the code given in my GitHub page ?
It looks like you are having trouble with the TensorFlow Lite model conversion step. Here are some general tips for troubleshooting TensorFlow Lite model conversion errors: Make sure you have the latest version of TensorFlow installed. Check for typos in your code, especially in the model path or format specification. If you're using a custom model, make sure it's compatible with TensorFlow Lite. Try converting your model to a different format, such as TFLite SavedModel.
@@angshuofficial2214 I have copied code as per teachable machine
There is an issue in the code please update the code asap
What issues do you faced ?
I am getting error while I was running this code, issue with model it is not loading and file not found error I was using vs code and python
Try to download the trained model again. With proper file adress
Giving an error with visual studio software, will it works only on pycharm? or is there any particular versions for keras libraries to work properly?
There could be problem with some of the dependencies.
Pls DM me the screenshot of the error to solve your problem
raise TypeError( TypeError: Error when deserializing class 'DepthwiseConv2D' using config={'name': 'expanded_conv_depthwise', 'trainable': True, 'dtype': 'float32', 'kernel_size': [3, 3], 'strides': [1, 1], 'padding': 'same', 'data_format': 'channels_last', 'dilation_rate': [1, 1], 'groups': 1, 'activation': 'linear', 'use_bias': False, 'bias_initializer': {'class_name': 'Zeros', 'config': {}}, 'bias_regularizer': None, 'activity_regularizer': None, 'bias_constraint': None, 'depth_multiplier': 1, 'depthwise_initializer': {'class_name': 'VarianceScaling', 'config': {'scale': 1, 'mode': 'fan_avg', 'distribution': 'uniform', 'seed': None}}, 'depthwise_regularizer': None, 'depthwise_constraint': None}. Exception encountered: Unrecognized keyword arguments passed to DepthwiseConv2D: {'groups': 1} I'm getting this kind of errors, I think there is some problem with keras or tensorflow packages. Could you please provide the version for packages?
@@SanthoshShetty-cm9df same above error I am also getting...what to do? Plz reply
@@sachinjojare2106 Check with the dependencies properly, it will work only with 3.9 python compiler and 2.12.0 keras libraries
hi can you provide requirements.txt which includes the python version, modules version. it would be very helpful
what version of pycharm did you use to run this code?
Can I use esp32 web server?
How also, sir
Yes using micro python
But instead you may use raspberry pi zero
Nice and useful video. Can I extract the accuracy of this model or not?
Yes you can by clicking downloading the source code from my GitHub channel. In this video I covered the topic
13:25
@@angshuofficial2214 I mean the overall accuracy of the model
Wow
I really appreciate it Bro, thank you 😀
Happy to help
@@angshuofficial2214how can I use this model in app?
I have only two class first one is Apple and second one is Banana. When I run the program and webcam works it gives output as Apple but there is not any Apple in frame, There is only me in the frame how can I fix this error?
Hi, There I made a little modification in the code which I have already discussed in the last part of the video about the same problem faced by you. I would recommend you to run my code which I have posted on GitHub respiratory (link in description). Hope your problem will be solved.
github.com/CretivityArt/Custom-Object-Detection-Using-Python-OpenCV--Training-Database-using-TeachableMachine
Do you have a flight video of it ?
hallo brow, give me solution, why button 4 ( Blue in web ) not work ? i has change pin output in nodemcu esp 8266, not to work ?
You can reffer to nodemcu pin diagram.
DM me on Instagram-angshutechofficial (instagram.com/angshutechofficial?igshid=OGQ5ZDc2ODk2ZA==)
Good
Thanks
❤❤❤❤❤
Bro cool
Can i perform this with java?
Yes you can. I will try to make a tutorial based on it.
🎉 Really helpful
Promo sm ☀️
Sir very thank it's working
Welcome
Sir showing me error like want to download tensor flow
try running pip install transferflow
Bro, after using this code and process, your project is working or not? Please reply 🙏
Yes it's working fine.
Nice Anshu Da
Daaruunnn👏👏👏
Chaliyeee jee eram bhabaii ekdin success pabii 😊♥️
😎😎😎😎🥳🥳🥳🥳
Proud of you bro you can do it more invention
Nice video brother
Thank you 💝 Pls subscribe for more 😁
Keep it up ☺️
Thank you 💝 Pls subscribe for more videos like this 😁
Good job👍🏻
Darun
E toh magic 🤯🤯🤯
🤯🤯🤯🤯💥💥💥👍👍👍👍👍 Science part ta bujhlam na but spoken hindi ta valo hocche.
😊
Best of luck
I like & subscribe your Chanel
Great 🤖 robot
We'll done
awesome angshu
Thank you
Good👍🏻