Author: Alainengiya George Junior
-
Virtual AI calculator
I created a virtual AI calculator using cv2 and mediapipe. This is the link to the code on GitHub https://github.com/anonymousAsquare/AI_CALCULATOR/blob/master/A2.py If you have any questions or contributions you can contact me. Thank you.
-
3d modelling of a lift
Day 1 http://anonymousasquare.code.blog/3d-modelling-of-a-lift/ Today is the first day of the model, I modeled the shaft to start with, it’s a two stop, It’s going to be an elevator model for just a story building It’s my first elevator model so please bare with me, I might be inaccurate atimes. Thanks!!!
-

3d Modelling of a lift
Intro http://anonymousasquare.code.blog/3d-modelling-of-a-lift/ Today I’m going to start modelling an elevator installed in a shaft, for those who doesn’t know how a lift is being installed, I think you are gonna get a little know about how it’s installed… It’s going to be a step by step modelling and I’m going to update on each material…
-
It’s time to go back home.
The programming language I started with was c and then I moved over to c++. I noticed that if I want to get alot of things done and really understand programming I have to go for a language that is easier to debug and understand, so I went for python. My walk with python has…
-
AI, virtual Keyboard
I created a virtual Keyboard using open cv library, it’s a pretty cool project. It’s actually a 605 lines of codes, the most I have written so far. I used mediapipe to get the hand landmarks. I’m going to upload the code to my GitHub repository If you have any questions or contributions you can…
-
3d visualization, Reading the voltage of a potentiometer using Arduino uno.
I created a 3d visualization of reading voltage of potentiometer using the Arduino uno. The Arduino is a microcontroller that gives a maximum of 5 volts and a minimum of 0 volts, a potentiometer is a component used just like a resistors, it has two resistors in it and it’s resistance can be controlled based…
-
Painting/drawing with hand gestures.
Video showing the painting/drawing program I created using hand gestures. I used mediapipe Library for python to get my data and also train my model with the data, and loaded the data with pickle and I also used cv2 Library also. In case of any contributions or questions please contact me. I’m gonna upload the…
-
Space Invaders game using hand gestures
I created a simple 2d space Invaders game using the hand data from mediapipe, cv2(computer vision) and the pygame module… I used a trained file which I have saved the trained gesture earlier, so I used pickle to load it, I also used numpy arrays to perform so mathematical operations. I’m going to upload to…
-
Pong game
I created a simple 2d pong game using the hand data from mediapipe, cv2(computer vision) and the pygame module… I’m going to upload to code to my GitHub repository https://github.com/anonymousAsquare If you have any questions or contributions you can contact me.
-
What is computer vision?
Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images, videos and other visual inputs — and take actions or make recommendations based on that information. If AI enables computers to think, computer vision enables them to see, observe and understand. Computer vision works…
