Skip to content
View ipshitag's full-sized avatar
πŸ”
Discovering
πŸ”
Discovering

Block or report ipshitag

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ipshitag/README.md

Hello πŸ‘‹


# -*- coding: utf-8 -*-


class DataScientist:

    def __init__(self):
        self.name = "Ipshita Ghosh"
        self.role = "Lead Data Scientist"
        self.language_spoken = ["English", "Hindi", "Bengoli"]

    def say_hi(self):
        print("Happy to see you, hope you find some of my work interesting.")


me = DataScientist()
me.say_hi()
  • πŸ”­ I’m currently working with ThirdEye as the Lead Data Scientist.
  • βš’ My role includes collaboration with Microsoft on DREAM demos, where I contribute to cutting-edge AI projects and innovative solutions utilizing Azure AI.
  • πŸ“« How to reach me: Drop me a text on my website
  • πŸŽ“ I am Microsoft Certified: Azure AI Engineer Associate. Check my credential here.
  • πŸ’Œ Reach out to me at [email protected]
  • And, my favourite emoji is :shipit:

Pinned Loading

  1. Kala-Copilot Kala-Copilot Public

    AI-powered tool helping artisans & small businesses market their work. Generate product descriptions, taglines, pricing & social posts in regional languages. No tech or marketing skills needed, jus…

    Python

  2. Wine-Reviews-EDA-and-Recommender-System Wine-Reviews-EDA-and-Recommender-System Public

    Creating a baseline recommendation system to classify wines based on their description and points. KNN technique with KD Tree algorithm was used.

    Jupyter Notebook 1 1

  3. Life-Expectancy-prediction Life-Expectancy-prediction Public

    Predicting Life expectancy, based on different parameters using linear regression, in DLTK_AI framework.

    Jupyter Notebook 1

  4. AttendanceManager AttendanceManager Public

    Attendance Manager to keep a check on number of absents done.

    4

  5. Techgig_30days Techgig_30days Public

    The techgig 30 days coding challenge

    Java 3

  6. knapsack0-1 knapsack0-1 Public

    Implementation of Knapsack 0/1 problem using formula. (greedy method)

    Java 3