Skip to content
View Sri-Sai-Charan's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Sri-Sai-Charan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sri-Sai-Charan/README.md

Typing SVG

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()

LinkedIn svellise@umd.edu Twitter URL

Martin's GitHub Stats

Languages and Tools:

android arduino c cplusplus csharp docker firebase git html5 linux matlab opencv pandas python pytorch scikit_learn tensorflow unity unreal

Sri-Sai-Charan

Popular repositories

  1. Draft-Marker-Reading-Water-Level-Detection Draft-Marker-Reading-Water-Level-Detection Public

    Water level detection using draft marker readings, through the means of computer vision, machine learning and optical flow methods

    Python 4 1

  2. Edge-Detection Edge-Detection Public

    Edge 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

  3. RRT--Based-Algorithm-for-Motion-Planning-in-Dynamic-Environments RRT--Based-Algorithm-for-Motion-Planning-in-Dynamic-Environments Public

    A simulation of a turtle bot in a dynamic environment using a novel RRT-Star-Fixed-Nodes algorithm

    Python 2

  4. Epipolar-Lines Epipolar-Lines Public

    A 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

  5. ARIAC ARIAC Public

    A Simulation of a Production line, using C++ and Python in ROS Melodic

    C++ 1 1

  6. AR-Tag-Detection-and-Augmented-Reality AR-Tag-Detection-and-Augmented-Reality Public

    Tracking a QR tag and superimposing an Image and projecting a cube on to it using OpenCV methods

    Python 1