class SriSaiCharan:
def __init__(self):
self.username = 'Sri-Sai-Charan'
self.name = 'SriSaiCharan Velisetti'
self.code = {
'machine_learning': ['Keras', 'TensorFlow', 'Pytorch', 'Anaconda', 'Python','Mujoco','Isaac Sim'],
'computer_vision': ['OpenCV', 'Python', 'Matlab','Pygame'],
'path_planning': ['AStar', 'Dijkstra', 'RRT*','BFS'],
'ros': ['C++', 'Python', 'ROS 1', 'ROS 2', 'Gazebo',
'RViz','SolidWorks','Catkin'],
'programing_misc': ['LabView','Simulink','Google Colab',
'Firebase', 'Ansys', 'Doxygen']
}
self.education = {
'undergraduate': ['University' : 'SRM IST',
'Degree' : 'Mechatronics'],
'graduate': ['University' : 'UMD College Park',
'Degree' : 'Robotics']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = SriSaiCharan()
-
University of Maryland
- Maryland USA
-
11:36
(UTC -04:00) - @SaiCharan8912
- in/sri-sai-charan-v-4627ba173
Popular repositories Loading
-
Draft-Marker-Reading-Water-Level-Detection
Draft-Marker-Reading-Water-Level-Detection PublicWater level detection using draft marker readings, through the means of computer vision, machine learning and optical flow methods
-
Edge-Detection
Edge-Detection PublicEdge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuiti…
Jupyter Notebook 3
-
RRT--Based-Algorithm-for-Motion-Planning-in-Dynamic-Environments
RRT--Based-Algorithm-for-Motion-Planning-in-Dynamic-Environments PublicA simulation of a turtle bot in a dynamic environment using a novel RRT-Star-Fixed-Nodes algorithm
Python 2
-
Epipolar-Lines
Epipolar-Lines PublicA program to identify epipoles. The epipolar line is the straight line of intersection of the epipolar plane with the image plane. It is the image in one camera of a ray through the optical center …
Jupyter Notebook 2
-
AR-Tag-Detection-and-Augmented-Reality
AR-Tag-Detection-and-Augmented-Reality PublicTracking a QR tag and superimposing an Image and projecting a cube on to it using OpenCV methods
Python 1
If the problem persists, check the GitHub status page or contact support.