- Hyderabad
-
07:51
(UTC +05:30) - in/guruteja-reddy-2658a019a
-
This Python script integrates MediaPipe Hand Tracking and OpenCV to create a gesture-controlled system for adjusting the system volume on macOS.
-
FaceTrace is an automated attendance system that uses facial recognition to capture real-time images from classroom CCTV, identifying students, logging attendance, and securely storing data. It off…
-
This Python script implements a machine learning pipeline to classify iris flowers into three species: setosa, versicolor, and virginica.
-
Constrained Quadratic Optimization using the Sequential Least Squares Programming (SLSQP) method
-
office-2024 Public
This Zip file contains the Microsoft 2024 Office Pack for Mac, including Outlook, Excel, PowerPoint, and Word..
1 UpdatedNov 13, 2024 -
This code performs Eigenvalue and Singular Value Decomposition (SVD) on a matrix A A and reconstructs A A using its SVD components.
-
This Python script uses the Secant Method to approximate the root of a user-defined function, requiring two initial guesses.
-
Newton-Raphson-Root-Finder Public
This Python script uses the Newton-Raphson method to approximate the root of a given function.
-
Prime-Number-Finder Public
Python script to find prime numbers within a user-specified range.
-
Bisection-Method-Root-Finder Public
Python script for finding function roots using the bisection method.
-
Factorial-Calculator Public
This code calculates the factorial of a given positive integer entered by the user.
-
Asterisk-Triangle-Generator Public
A Python script that generates a triangular pattern of asterisks based on user input, helping visualize simple geometric patterns.