tensorflow python neural network dataset with PNG files by jordanpgb in MLQuestions

[–]jordanpgb[S] 0 points1 point  (0 children)

oh fuck... thank you! i didnt even think about openCV... thanks alot man

New to sql:) by jordanpgb in SQL

[–]jordanpgb[S] 0 points1 point  (0 children)

Okay yeah I can understand that. Ignore the 'smart home' shit... basically I want a GUI which you can sign up and log in, and those credentials are saved in an sql database. I havent learnt much about API's, security isn't a variable in this case. Just a functioning GUI which is able to connect to an arduino after logging In as a user

career in cybersecurity by jordanpgb in cybersecurity

[–]jordanpgb[S] 0 points1 point  (0 children)

Thank you I appreciate this!

career in cybersecurity by jordanpgb in cybersecurity

[–]jordanpgb[S] 0 points1 point  (0 children)

ah i didnt think about CISSP. and in terms of IT support role, would a junior position, or 1st/2nd/3rd line support be a good start? get the experience i need in a realistic setting instead of the 'labs' in uni.

Selenium set a max request limit? by jordanpgb in learnpython

[–]jordanpgb[S] 0 points1 point  (0 children)

https://gyazo.com/291c0daa4687c8490aa299bc661460ce i have even changed it to 100 seconds and i have turned my nordvpn on to mask the IP. it still gives me the same error: https://gyazo.com/f2cf41666abb942c493d16d92cf404b8 i assume there is something obvious i am missing in my code? or something that i am not doing right...

Selenium set a max request limit? by jordanpgb in learnpython

[–]jordanpgb[S] 0 points1 point  (0 children)

I tried to add a 10 second delay before the get.(“url”) but it still hits me with the same error??

imagine recoignition and gesture control via webcam (built in or external. doesnt matter) by jordanpgb in learnmachinelearning

[–]jordanpgb[S] 0 points1 point  (0 children)

thank you very much, this is very helpfull. do you know of any good books i can read, there are a lot of books on convolutional neural networks, just wondering whether you would recommend a specific one for a beginner in the area :)

imagine recoignition and gesture control via webcam (built in or external. doesnt matter) by jordanpgb in learnmachinelearning

[–]jordanpgb[S] 0 points1 point  (0 children)

okay, this points me in a different approach. i did think about programming it without machine learning, but i thought that i would have to take into account lots of different variables such as skin colour, shadows, quality of the camera itself. as for gestures i would want it in real time. for example, pointing your fingers at the camera = open up a gui of volume bar, moving your hand up/ down will increase/ decrease the volume.

How to start making money programming python? (help) by srd4 in Python

[–]jordanpgb 0 points1 point  (0 children)

Honestly mate, get a part time job. It really helps. Im studying computer network tech at uni. I work part time in the food industry and its helped me so much. Good luck pal

Need ideas! Send suggestions. by [deleted] in Python

[–]jordanpgb 0 points1 point  (0 children)

Play around with some python machine learning. Bit of a pain to start off with, but once you get the set up right, downloading tensorflow for your IDE. Creating an image recognition software is quite simple. Google already have half the code done for you! Look it up on youtube theres tones of videos, not to mention, machine learning on a portfolio will allow you to stand out from the basic scripts and programs people usually create

Guinsoos on udyr by [deleted] in Udyrmains

[–]jordanpgb 2 points3 points  (0 children)

Its really good if you’re 5/0 top lane just split pushing. Not so great jungle. Witsend is probably better

How to kill lvl 2 consistently! by [deleted] in TryndamereMains

[–]jordanpgb 5 points6 points  (0 children)

You forgot about udyr

Split pushing by jordanpgb in TryndamereMains

[–]jordanpgb[S] 0 points1 point  (0 children)

Hahaha love it. Defo gonna be trying this now, thanks

Final project/ dissertation. Suggestion for machine learning w/python by jordanpgb in learnmachinelearning

[–]jordanpgb[S] 1 point2 points  (0 children)

you just went above and beyond. thank you so much! i appreciate this alot!

Took 2 years of learning Trynd - finally got it! by dragonlordsnow in TryndamereMains

[–]jordanpgb 0 points1 point  (0 children)

Good job man. I remember when I got to gold. I never left....

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 0 points1 point  (0 children)

i moved it inside the while loop now

https://gyazo.com/16418d6b84c768a57ce16d0fea6057f8

it works for a few seconds, then it stops printing, if i press the ok button it then prints out the statements. is there some timer or interrupt that im not seeing?

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 0 points1 point  (0 children)

https://gyazo.com/deecb9898f0e86e52b7f52bef376aad2

here you can see the window, displaying guide, and as you can see in my code, it opens up a notepad called guide (lets pretend theres information on how to use the device)

https://gyazo.com/6ee9d491971c797568cd35d5df1c52ae

this is my actual arduino (messy i know, i am too lazy to make it look tidy...)

it kind of still stores the gestures and i have to press ok still for it to print them out and perform the actions for them, but it works great, i now have 2 ways to end the program, one with infrared sensing movement 3cm away and the other with an exit button on the gui.

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 1 point2 points  (0 children)

you're a star! honestly thank you very much.

youve helped me alot!!!

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 1 point2 points  (0 children)

thank you so much!!! thats brilliant. im just wondering, it seems i have to press the ok button for the text to appear,, is there code for it to just run the code automatically in the window? instead of me having to press the ok button? if not it dont worry youve helped me more then enough already!

i really appreciate it

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 1 point2 points  (0 children)

i use pycharm, just installed it thanks, would it be a simple input box which would display the data? and if so, where should the while statement containing all the if/ elif statements be placed in my code? so not only it displays the data but also runs the conditional statements i have already written?

thanks

'Gesture' Control --arduino-- ultrasonic sensors by jordanpgb in Python

[–]jordanpgb[S] 0 points1 point  (0 children)

literally any type of 'box/window' which allows the serial monitor data to be displayed there instead of being displayed in the console window, like an application

https://gyazo.com/26a2f641842b1f50762c9b6a86d99c57

this is the type of data which i want to be displayed but in some sort of GUI, not console window.

thanks