#!/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()
-
Arohi software
- Nashik, India
-
01:10
(UTC +05:30) - @xx_shreyash_xx
- in/shreyuu
Highlights
- Pro
Pinned Loading
-
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
-
-
drowsy-detect
drowsy-detect PublicDrowsyDetect: Stay alert on the road. Detects drowsiness to keep you safe
Java
If the problem persists, check the GitHub status page or contact support.