Skip to content
View devroopsaha744's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report devroopsaha744

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
devroopsaha744/README.md
class DevroopSaha:
    def __init__(self):
        self.name = "Devroop Saha"
        self.alias = "datafreak"
        self.education = "Sophomore in Computer Science Engineering"
        self.college = "Ajay Kumar Garg Engineering College"
        self.interests = ["Data Science", "AI/ML", "Generative AI"]
        self.hobbies = ['PLaying Tabla', 'Reading and Writing Blogs', 'Programming']

    def bio(self):
        return (
            f"Hi, I'm {self.name}, a {self.education} at {self.college}, "
            "I'm passionate about extracting insights through "
            f"{', '.join(self.interests)}.\n\n"
            f"My hobbies include{', '.join(self.hobbies)}"
            "Let's connect to share ideas, collaborate, and explore opportunities in technology and data!"
        )

# Usage
if __name__ == "__main__":
    devroop = DevroopSaha()
    print(devroop.bio())

Let's connect to share ideas, collaborate, and explore opportunities in technology and data!

My LinkTree

Pinned Loading

  1. Chirpy Chirpy Public

    CHIRPY represents an innovative integration of AI solutions that can integrate into Sparrow - Smart API management software. It revolutionizes how developers interact with and manage APIs by introd…

    Python 1

  2. FitVid FitVid Public

    This is AI powered video based gym trainer, that monitors the form of gym exercises.

    Jupyter Notebook 1

  3. math-Llama math-Llama Public

    LLAMA2 finetuned model, fine-tuned for solving mathematical problems.

    Jupyter Notebook

  4. YourDushman YourDushman Public

    YourDushman is a fun LLM project, where it acts as Sarcastic chatbot who replies to the prompts in a savage manner.

    Python

  5. toxicity-prediction-ai-bionnovate-Visonx.py toxicity-prediction-ai-bionnovate-Visonx.py Public

    A model to predict the toxicity of a given compound through its SMILES notation

    Jupyter Notebook 1 1

  6. Bank-churn-prediction Bank-churn-prediction Public

    Bank Churn Predicition using every type of classification Algorithm

    Jupyter Notebook 1