Skip to content
View rajnandinithopte's full-sized avatar

Highlights

  • Pro

Block or report rajnandinithopte

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. Machine-Learning_MarsFrostDetection Machine-Learning_MarsFrostDetection Public

    This project applies deep learning and transfer learning to classify Martian HiRISE images for frost detection. A custom CNN + MLP model and pre-trained networks (EfficientNetB0, ResNet50, VGG16) w…

    Jupyter Notebook

  2. Machine-Learning_Time-Series-Analysis Machine-Learning_Time-Series-Analysis Public

    This project applies feature engineering and logistic regression for time series classification, optimizing performance through feature selection and cross-validation. It explores both binary and m…

    Jupyter Notebook

  3. Multimedia-Systems-Design_Indexing-and-Retrieval-for-Video-Content Multimedia-Systems-Design_Indexing-and-Retrieval-for-Video-Content Public

    A Java-based system that identifies video frames by hashing and indexing them in JSON files. Given a query frame from an .rgb video, the system retrieves the matching video and timestamp, then play…

    Java

  4. Socket-Programming--Computer-Networks Socket-Programming--Computer-Networks Public

    A UNIX socket programming project that implements a meeting scheduler using TCP and UDP communication. The system includes a client, main server, and two backend servers to process meeting requests…

    C++

  5. Weather-Search-iOS-app--Tomorrow.io Weather-Search-iOS-app--Tomorrow.io Public

    A Swift-based iOS weather app utilizing Tomorrow.io API to fetch real-time weather data. Supports location-based search, city lookup with autocomplete, detailed weather forecasts, interactive chart…

  6. Operating-Systems_Weenix-Kernel-Development Operating-Systems_Weenix-Kernel-Development Public

    This project involves the development of a UNIX-like operating system kernel (Weenix) in three phases, implementing process management, virtual memory, and file systems. It focuses on multithreadin…