#!/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!",
"portfolio": "http://shreyash-meshram.vercel.app/",
"contact": "Feel free to reach out anytime!"
}
def say_hi(self):
print(self.messages["greeting"])
me = SoftwareEngineer()
me.say_hi()
-
Arohi software
- Nashik, India
-
09:53
(UTC +05:30) - @xx_shreyash_xx
- in/shreyuu
Highlights
- Pro
Pinned Loading
-
Portfolio
Portfolio PublicModern, responsive personal portfolio website built with React and Tailwind CSS featuring dark mode & animations
JavaScript
-
BFSI-NLP-Hackathon
BFSI-NLP-Hackathon PublicAI-Finance-Sentiment: Predict financial news sentiment using NLP and Generative AI in a personal hackathon project
Jupyter Notebook 2
-
AmazeBot
AmazeBot PublicModern AI chatbot built with Django and React, powered by Hugging Face's Blenderbot model, featuring a clean UI with Tailwind CSS.
Python
-
DjangoChatify
DjangoChatify PublicA 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
-
RubikLog
RubikLog PublicA Django web app for tracking Rubik's cube solve times, algorithms, and progress analysis. Built for speedcubing enthusiasts.
JavaScript
-
Hand-Gesture-Recognition
Hand-Gesture-Recognition PublicReal-time hand gesture recognition system using MediaPipe and TensorFlow with voice feedback through gTTS
Python
If the problem persists, check the GitHub status page or contact support.