Skip to content
View rohnsha0's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Highlights

  • Pro

Block or report rohnsha0

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
rohnsha0/README.md
class RohanShaw:
    def __init__(self):
        self.name = "Rohan Shaw"
        self.role = "Data Science Fresher"
        self.education = {
            "degree": "B.Tech. in Computer Science & Engineering",
            "specialization": "Data Science",
            "institution": "Future Institute of Engineering & Management",
            "duration": "Sept 2022 - Ongoing"
        }
        self.contact = {
            "email": "rohnsha0@gmail.com",
            "website": "rohanshaw.me/",
            "github": "rohnsha0",
            "linkedin": "rohnsha0",
            "twitter": "@rohnsha0"
        }
        self.skills = [
            "Python", "TensorFlow", "Keras", "Scikit-Learn",
            "NumPy", "Pandas", "Matplotlib", "Seaborn", "Plotly",
            "Android Development"
        ]
        self.tech_stack = [
            "Data Science", "Artificial Intelligence",
            "TensorFlow", "Python", "FastAPI",
            "Serverless AWS", "Google Cloud Platform",
            "Kotlin", "MVVM", "Jetpack Compose",
            "Android Development"
        ]

    def projects(self):
        return [
            {
                "name": "StockSense: Analyze & Predict",
                "description": "One-stop solution for stock predictions using LSTM and Python",
                "technologies": ["Python", "LSTM", "FastAPI", "AWS Serverless", "Android"],
                "duration": "May 2023 - July 2023"
            },
            {
                "name": "SwasthAI",
                "description": "Uses Computer Vision to predict diseases from medical images",
                "technologies": ["Computer Vision", "NLP", "Android", "GCP Cloud Run", "FastAPI"],
                "duration": "Oct 2023 - Aug 2024"
            }
        ]

if __name__ == "__main__":
    rohan = RohanShaw()

Pinned Loading

  1. StockSense Public

    API and training files for StockSense android application

    Jupyter Notebook 2

  2. StockSense-androidApp Public

    StockSense: Open-source Android app leveraging deep learning for accurate stock predictions. Explore technical indicators, fundamental analysis, and join our collaborative community on GitHub. Cont…

    Kotlin 2

473 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 4 commits in 1 repository

Created a pull request in plone/plone.app.discussion that received 16 comments

Fix logic to obey delete_own_comment_enabled option

fixes #182

+2 βˆ’1 lines changed β€’ 16 comments
Opened 3 other pull requests in 2 repositories
Reviewed 5 pull requests in 3 repositories

Created an issue in plone/volto that received 5 comments

Registration form fails with 404 in Volto

Describe the bug The registration form in Volto is failing because it doesn't include the required username field when submitting to the backend AP…

5 comments
Opened 2 other issues in 2 repositories
4 contributions in private repositories Apr 3 – Apr 12
Loading