saitejamalyala - Overview

View saitejamalyala's full-sized avatar

s_teja saitejamalyala

  • United Kingdom

Block or report saitejamalyala

Pinned Loading

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

    Jupyter Notebook

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

    Python 2

  3. End to End machine learning workflow

    Jupyter Notebook

  4. 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.

    2

    from typing import Dict, Tuple, Optional, List
  6. Forked from HumanSignal/labelImg

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

    Python