Skip to content
View rohnsha0's full-sized avatar
🌴
On vacation
🌴
On vacation

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": "[email protected]",
            "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 StockSense Public

    API and training files for StockSense android application

    Jupyter Notebook 1

  2. StockSense-androidApp 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 1