Yoga asana classifier for python

Hi welcome to my new deep learning project “Yoga Asana Classifier / pose classifier “. This project as the name suggests can predict the yoga pose which you are doing in front of the webcam.This project comprise of three python scripts namely,Data CollectionData TrainingAnd finally Inference script.As all of the name suggest do there respective work. For this project I used mediapipe pose detection to detect the human body pose and after that I made model with simple Dense network […]

Read more

Machine Translation Weekly 100: IGLUE as cool as igloo, multilingual and multimodal benchmark

This week I would like to feature a new multimodal-multilingual benchmark called IGLUE, presented in a pre-print that went out last Friday. The authors are from many place around the world: University of Copenhagen, Mila – Quebec Artificial Intelligence Institute, University of Cambridge, TU Darmstadt, New York University, and McGill University. Following the best practices from established multilingual benchmarks, the new multimodal and multilingual benchmark evaluates zero-shot cross-lingual transfer with the multimodal tasks. Zero-shot cross-lingual transfer means a task-specific model […]

Read more

Draw the Mandelbrot Set in Python

This tutorial will guide you through a fun project involving complex numbers in Python. You’re going to learn about fractals and create some truly stunning art by drawing the Mandelbrot set using Python’s Matplotlib and Pillow libraries. Along the way, you’ll learn how this famous fractal was discovered, what it represents, and how it relates to other fractals. Knowing about object-oriented programming principles and recursion will enable you to take full advantage of Python’s expressive syntax to write clean code […]

Read more

SpeechHacks – QHacks 2022 Project

QHacks 2022 Project- Liam Seagram, Jimmy Lu, Nolan Hepworth, Taylor Fiorelli Aim Using AssemblyAPI to perform text-to-speech and summarize the result. Dependencies/Installations To run the python code located in the scripts folder, here are the required installs: Next, you will need to install the nltk librairy to make the summarizer work. Here is the method that will work for local machines: Once that is done, run these two commands consecutively in python 3: import nltk nltk.download() This should open a […]

Read more

Mesafe tahmini yapabilen ve nesne tanımlayabilen proje (python-opencv & yolov4)

TR:mesafe tahmini yapabilen ve nesne tanımlayabilen proje (python-opencv & yolov4)EN:project that can estimate distance and identify objects##########################################################################################################################TR:program index hatası veriyorsa opencv-contrib sürümünüz ile ilgili bir problem olabilirEN:If the program gives an index error, there may be a problem with your opencv-contrib version.solution:pip install opencv-contrib-python==4.5.3.56##########################################################################################################################TR:var oldugundan emin olmanız gerekenlerEN:Things to make sure you have1-cv2 (pip install opencv-python)2-numpy3-opencv-contrib (opencv-contrib-python) GitHub View Github    

Read more

A copy of the repository of the engine cooling simulator I developed with the propulsion sub-team at UTAT

The implemented class calls NASA CEA via RocketCEA. In progress install instructions for rocketcea on WSL (Ubuntu) on Windows Setup WSL download and install Ubuntu https://ubuntu.com/wsl Setup visual output on WSL download and install xming https://sourceforge.net/projects/xming/ Do the following in Ubuntu terminal nano ~/.bashrc # add the following line to the end of that file export DISPLAY=:0 # to exit Ctrl-X, and save file Setup miniconda as a python 3.x distro and a package manager Do the following in Ubuntu […]

Read more

A team of Crypto Unicorns bots

A team of Crypto Unicorns bots Disclaimer I invoke autocorns to help my unicorns. You may choose to invoke autocorns to help your unicorns, too.If you do choose to call upon autocorns, know that you are doing so at your own risk. I am not liable orresponsible for any damage or losses you may incur. autocorns expect your account credentials to be stored as an Ethereum keystore file and for you to have access to the corresponding password.If you do […]

Read more

Space Apps 2019 Finalists Submission: AstroTech

What is the NEOSSat Challenge? The NEOSSat is a dual-mission microsatellite designed to detect potentially hazardous Earth-orbit-crossing asteroids and track objects that reside in deep space. At Space Apps 2019, a competition hosted by NASA and the Canadian Space Agency (CSA) we took on the NEOSSat challenge. More info regarding the challenge can be found here: http://www.asc-csa.gc.ca/eng/events/2019/space-apps-2019.asp. Who are we and what is AstroTech? We are the finalists from Toronto of NASA and the CSA’s 2019 Space Apps Challenge. Our […]

Read more
1 247 248 249 250 251 927