Skip to content
View ShilpaAjitheks's full-sized avatar
💫
focusing
💫
focusing

Block or report ShilpaAjitheks

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ShilpaAjitheks/README.md

MasterHead

Hi 👋, I'm Shilpa Ajith

A passionate Data Scientist

Coding

shilpaajitheks

  • 🔭 Assiduously working on AI Projects

  • 🌱 Mission is to become an AI Engineer and solve complex problems faster

  • 📫 How to reach me shilpaajitheks@gmail.com

Connect with me:

LinkedIn Kaggle Facebook Instagram Medium Twitter Stack Overflow

👩‍💻 About Me

class AIEngineer:

    def __init__(self):
        self.name = "Shilpa Ajith"
        self.role = "Datascientist"
        
        self.expertise = {
            "Core Domains": "Machine Learning ,Deep Learning , LLMs ,NLP , Computer Vision",
            "Languages & Libraries": "Python , NumPy , Pandas , Matplotlib , Seaborn , Scikit-learn , TensorFlow , Keras , PyTorch",
            "Cloud": "AWS , Azure",
            "Databases": "SQL , MongoDB"
        }

    def show_expertise(self):
        for category, skills in self.expertise.items():
            print(f"{category}:")
            print(f"  {skills}\n")
me = AIEngineer()
me.show_expertise()

shilpaajitheks

Popular repositories Loading

  1. Cardiovascular-disease-prediction Cardiovascular-disease-prediction Public template

    The objective of this project is to develop a machine learning model that can predict the risk of Cardiovascular diseases (CVDs) in individuals based on their health data.

    Jupyter Notebook 2

  2. Paragraph_Semantic_Similarity_Analysis_App Paragraph_Semantic_Similarity_Analysis_App Public

    This project is done to findout semantic similarity between two paragraphs.And following is the app link to check the same.

    Jupyter Notebook 1

  3. ds-cheatsheets ds-cheatsheets Public

    Forked from FavioVazquez/ds-cheatsheets

    List of Data Science Cheatsheets to rule the world

  4. ShilpaAjitheks ShilpaAjitheks Public

    This is My Github Profile Repository which contains special markdown file named README.md,which introduce myself, showcase my skills,projects and other informations.

  5. My_Portfolio My_Portfolio Public

    This is my personal Portfolio,created to portray myself .

    HTML

  6. LLM-Finetuning LLM-Finetuning Public

    Modular BERT fine-tuning pipeline: raw CSV → trained model in one .run() call. Swappable encoder backbone, configurable optimizer/scheduler, built-in visualisation. Demonstrated on BBC News (5-clas…

    Jupyter Notebook