Skip to content
View tanmayrauth's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@codingindia
Block or Report

Block or report tanmayrauth

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. blind-75 blind-75 Public

    Python solutions with descriptions for all Blind 75 Leetcode Problems

    Python 1

  2. video-conferencing-application video-conferencing-application Public

    Implemented using Flask, Socket IO Connection, webRTC, HTML, CSS, JavaScript. The users connects to each other in a peer to peer mesh network using WebRTC. There is no need of central server during…

    Python 1

  3. distributed-key-values-store-using-raft distributed-key-values-store-using-raft Public

    It is implemented to support concurrent requests utilizing Mutex, Channel, and Goroutine. Tested under a simulated environment, which covers the circumstances such as network loss, network partitio…

    Go

  4. ecommerce-microservices ecommerce-microservices Public

    Ecommerce microservice architecture implemented using Docker, Flask, Django, MYSQL, RabbitMQ, ReactJS. There is Admin microservice & Product microservice which interact with each other using events…

    TypeScript 1

  5. twitter-sentiment-analysis twitter-sentiment-analysis Public

    It fetches the tweet from Twitter using the TweePy API. Using those fetched tweet it identifies the sentiment polarity of it using TextBlob package.

    Python

  6. resume-analyser-using-ml resume-analyser-using-ml Public

    It parases the resume and categorises the resume to a particular category(ML, Backend, Data Science, Blockchain) based on the keywords used in it. These keywords are passed into the trained model …

    Jupyter Notebook