Skip to content
View sharmamht19's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sharmamht19

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

  1. Semantic-Role-Labeling Semantic-Role-Labeling Public

    Developed an SRL system using statistical and neural models to label semantic roles in Hindi sentences. Achieved up to 95.34% accuracy using IndicBERT and BiLSTM. Includes datasets, code, and model…

    PureBasic

  2. Model-Compression-with-Knowledge-Distillation Model-Compression-with-Knowledge-Distillation Public

    Two-stage Multi-teacher Knowledge Distillation (TMKD) for Web QA compresses complex models like BERT into efficient student models with minimal information loss. TMKD leverages multiple teachers to…

    Jupyter Notebook

  3. Application-deployment-Platform Application-deployment-Platform Public

    This project provides a platform to host diverse applications and integrate various sensor types. Using the oneM2M platform, it ensures comprehensive data management. Features include dynamic adapt…

    Python

  4. Mini-SQL-Engine Mini-SQL-Engine Public

    Engineered a lightweight RDBMS designed exclusively for integer-based tables, emphasizing Buffer Manager, Tables, Cursors, and Executors. • Integrated Assignment and Non-assignment commands. • Impl…

    C++ 1 1

  5. P2P-File-Sharing P2P-File-Sharing Public

    A P2P file sharing system implemented using socket programming, multi-threading and SHA1 hashing. Users can share, download files from the group they belong to. Downloading is done in parallel with…

    C++ 1

  6. File-Explorer-Application File-Explorer-Application Public

    A Linux terminal based file explorer that can run in 2 modes - Normal mode and Command mode. Normal mode supports viewing and traversing directories and opening files. Command mode supports various…

    C++