IT Operations.
#Expert 2D 3D, Video, Image and Lidar Data annotations.
Scene Labeling, Segmentation labeling.
Tools:
Humanloop ,Gtaas, CVAT.
Education
verified_user
0% verified
Bachelor of Technology - BTech, Mechanical Engineering
CMR College of Engineering Technology
Jan 2018 - Jul 2021(3 years 7 months)
Skills: Computer-Aided Design (CAD) · Communication · Mechanical Engineering
J
DIPLOMA IN MECHANICAL ENGINEERING, Mechanical Engineering
Jyothisamithi Institute of Technological Science
Jan 2015 - Dec 2018(4 years)
Skills: Computer-Aided Design (CAD) · Communication · Mechanical Engineering
Projects (professional or personal)
verified_user
0% verified
G
GUESS THE MONEY
The program randomly selects a dollar amount within the specified range.
The user attempts to guess the amount, receiving feedback if their guess is too high or too low.
Once guessed correctly, the program congratulates the user and displays the total attempts taken.
G
GUESS THE NUMBER
The "Guess the Number" project is a simple, beginner-friendly Python game where the computer randomly selects a number within a specified range, and the player tries to guess it. The program provides feedback on each guess, indicating whether the guess is too high, too low, or correct. The game continues until the player guesses the correct number, with the program often tracking the number of attempts made. This project helps beginners learn fundamental programming concepts such as loops, conditionals, input/output, and random number generation in Python.