Skip to content
View jasmeen04's full-sized avatar

Block or report jasmeen04

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. Mental-health-Prediction-using-Machine-Learning-Algorithms Mental-health-Prediction-using-Machine-Learning-Algorithms Public

    Our user-friendly online platform predicts depression severity using Python, Flask, HTML/CSS/JavaScript, and ML algorithms like decision trees and random forests. Users answer a comprehensive quest…

    Jupyter Notebook

  2. Mini-Search-Engine Mini-Search-Engine Public

    This project implements a simple search engine in C++ that allows users to search for documents based on keywords. It utilizes a trie data structure for efficient indexing and searching of document…

  3. Single-Server--Multiple-Clients-Computer-Network-System-for-Windows Single-Server--Multiple-Clients-Computer-Network-System-for-Windows Public

    This project implements a basic collaborative document editing server using Python's socket programming and threading capabilities. Multiple clients can connect to the server, view a shared documen…

    Python

  4. blockchain-using-c- blockchain-using-c- Public

    This project implements a basic blockchain using C++11, leveraging cryptographic hashing and proof-of-work for block validation. It demonstrates the core principles of blockchain technology, includ…

    C++

  5. OS-File-Compression-Project OS-File-Compression-Project Public

    This project will help you to compress the size of any kind of file . For example : I have used a text file named os.txt in the code which reduces its size. I used Huffman algorithm to do the same.

    C++