Skip to content
View shreyuu's full-sized avatar
β˜•
always-on-beta;
β˜•
always-on-beta;

Highlights

  • Pro

Block or report shreyuu

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
shreyuu/README.md

Hello there πŸ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Shreyash Meshram"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US", "hi_IN", "mr_IN"]
        self.messages = {
            "greeting": "Welcome to my profile!",
            "project": "Check out my latest project!",
            "contact": "Feel free to reach out anytime!"
        }

    def say_hi(self):
        print(self.messages["greeting"])


me = SoftwareEngineer()
me.say_hi()

πŸ›  Skills

Languages

python javascript cplusplus

Frameworks & Tools

react django docker kubernetes tensorflow npm nodejs tailwindcss wordpress flask postgresql mongodb kaggle

Cloud & DevOps

aws gcp git firebase

Creative Tools

photoshop aftereffects premierepro premierepro

🀝 Connect with Me

linkedin Β  discord Β 

πŸ“Š GitHub Stats

shreyuu's GitHub stats

Pinned Loading

  1. BFSI-NLP-Hackathon BFSI-NLP-Hackathon Public

    AI-Finance-Sentiment: Predict financial news sentiment using NLP and Generative AI in a personal hackathon project

    Jupyter Notebook 2

  2. AmazeBot AmazeBot Public

    Modern AI chatbot built with Django and React, powered by Hugging Face's Blenderbot model, featuring a clean UI with Tailwind CSS.

    Python

  3. DjangoChatify DjangoChatify Public

    A real-time chat application built with Django Channels for WebSocket backend and React with Tailwind CSS for the frontend, featuring instant messaging and MongoDB integration.

    Python

  4. RubikLog RubikLog Public

    A Django web app for tracking Rubik's cube solve times, algorithms, and progress analysis. Built for speedcubing enthusiasts.

    JavaScript

  5. Hand-Gesture-Recognition Hand-Gesture-Recognition Public

    PureBasic

  6. drowsy-detect drowsy-detect Public

    DrowsyDetect: Stay alert on the road. Detects drowsiness to keep you safe

    Java