Skip to content
View rushitjasani's full-sized avatar
  • Bangalore
Block or Report

Block or report rushitjasani

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. Distributed-AI-on-the-Edge-Platform Distributed-AI-on-the-Edge-Platform Public

    Built an AI on the edge platform for the developer to deploy a full-fledged TensorFlow based AI application where data is gathered from the edge devices as per developer’s requirement. The platform…

    Python 1

  2. Wikipedia-Search-Engine Wikipedia-Search-Engine Public

    A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. …

    Python 16 8

  3. Mini-BitTorrent Mini-BitTorrent Public

    Built a peer-to-peer multimedia file sharing system over TCP sockets with 2 central tracker nodes maintaining seeder information to enable communication between peers. This project addressed challe…

    C++ 3 1

  4. Terminal-File-Explorer Terminal-File-Explorer Public

    A terminal based file explorer that runs in 2 mode: View and Command. View mode supports viewing and traversing directories and opening files. Command mode supports various operations like create, …

    C++

  5. Inode-based-file-system Inode-based-file-system Public

    Inode based file system(virtual) on top of the Linux file system. A user can perform all the operations which are basically supported by Linux ext2 file system like creating a disk, mounting disk, …

    C++ 4 1

  6. Sentiment-Analysis-of-tweets Sentiment-Analysis-of-tweets Public

    Classification of tweets into positive and negative using classifiers like SVM, Logistic Regression, Naive bayes. Implementation of porter stemmer algorithm.

    Jupyter Notebook