Skip to content

rohnsha0/rohnsha0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

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()

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published