Skip to content
View saitejamalyala's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report saitejamalyala

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

Pinned Loading

  1. rosbag2numpy rosbag2numpy Public

    Convert data in rosbag format to numpy. Specific to ros message structure in rosbag.

    Jupyter Notebook

  2. diabetic_retinopathy diabetic_retinopathy Public

    Disease Grading: Classification of fundus images according to the severity level of diabetic retinopathy Using Convolutional Neural Networks.

    Python 1

  3. End2End_ML End2End_ML Public

    End to End machine learning workflow

    Jupyter Notebook

  4. JobSalaryPrediction JobSalaryPrediction Public

    End 2 end machine learning project using a sample dataset from kaggle/adzuna

    Python

  5. Sparse Matrix class implementation w... Sparse Matrix class implementation without using numpy or scipy. sparse matrix represented using dictionary, tuple of matrix indices as keys and matrix elements themselves as values.
    1
    import math
    2
    from typing import Dict, Tuple, Optional, List
    3
    
    
    4
    class SparseMatrix:
    5
        """Sparse Matrix class
  6. labelImg labelImg Public

    Forked from HumanSignal/labelImg

    🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images

    Python