Giter VIP home page Giter VIP logo
import datetime

class ReadMe:
    def __init__(self, username):
        self.username = username
        self.name = 'Rohan Shaw'
        self.education = {
            'programming': ['Data Science', 'Machine Learning', 'Deep Learning', 'Android Development', 'Backend']
        }
        self.employment = {
            'developer': ['College Fresher', 'Kolkata, India'],
            'projects': {
                'current': ['MedBuddy AI', 'Computer-Vision based application for disease detection from medical scans'],
                'previous': ['StockSense', 'Real-time stock prediction (Completed in Aug 2023)']
            }
        }

    def github_stats_badge(self):
        return {
            'GitHub stats': f'https://github-readme-stats.vercel.app/api?username={self.username}&show_icons=true&theme=radical'
        }

    def doing(self, year):
        today = datetime.datetime.now().year

        if year == today:
            current_study = self.education['programming']
            return f"""
            Hi there! 👋 I'm {self.name}, a college fresher currently diving into {', '.join(current_study)}.
            Currently studying NLP and Computer-Vision.
            """

        elif year > today:
            current_project = self.employment['projects']['current']
            return f"""
            I'm currently working on {current_project[0]}, a {current_project[1]}.
            Looking forward to collaborating on Android Development, Data Science, or Machine Learning projects.
            """

        else:
            return """
            ### Hi there 👋
            """

me = ReadMe("rohnsha0")

Rohan Shaw's Projects

stocksense icon stocksense

API and training files for StockSense android application

stocksense-androidapp icon stocksense-androidapp

StockSense: Open-source Android app leveraging deep learning for accurate stock predictions. Explore technical indicators, fundamental analysis, and join our collaborative community on GitHub. Contribute to shape the future of stock market insights. Download now on the Play Store.

swasthai icon swasthai

API & other training files for SwasthAI android application

swasthai-androidapp icon swasthai-androidapp

Your health companion on Android. Detect diseases via X-rays/MRIs, store reports securely, access educational content, join a supportive community, and chat for health info.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.