Skip to content
View mysticalayushi's full-sized avatar
  • New Delhi, India

Block or report mysticalayushi

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
mysticalayushi/README.md

"In a world overflowing with information, I seek the stories hidden within data."

     


📜 Prologue

class DataScholar:

    def __init__(self):
        self.name           = "Ayushi Rai"
        self.role           = "Data Science Student"
        self.location       = "India"
        self.interests      = ["Machine Learning", "Data Analytics", "Artificial Intelligence"]
        self.domains        = ["Data Science", "Data Analytics", "Data Engineering"]
        self.current_focus  = ["Machine Learning", "Exploratory Data Analysis",
                               "Data Visualization", "Building Data Pipelines"]
        self.tools          = ["Python", "SQL", "Pandas", "Scikit-Learn", "Jupyter"]
        self.philosophy     = (
            "Data is like a manuscript — chaotic at first, "
            "but through analysis it reveals powerful stories."
        )

📖 Behind every dataset lies a narrative waiting to be uncovered.
🪶 My goal is to transform raw data → insight → knowledge → impact.


📚 Library of Technical Knowledge

📖 Category 🛠️ Tools
🧠 Languages Python SQL R
📊 Data Science Pandas NumPy Scikit--Learn Matplotlib Seaborn
📈 Visualization Tableau PowerBI
⚙️ Data Engineering Apache Spark Airflow Hadoop

🚀 Featured Projects

🔮 Customer Churn Prediction Live App
Predicts whether a bank customer will churn using Neural Networks, deployed via Streamlit Repo
Python TensorFlow Streamlit ML
🧠 SENSE — Sentiment Extraction Natural Language Scoring Engine Live App
Dual-model NLP pipeline (VADER + RoBERTa) that extracts, scores, and explains sentiment in any text — with SHAP word-level explainability and batch CSV analysis, deployed via Streamlit Repo
Python Transformers Streamlit SHAP Accuracy

📊 Library Analytics Dashboard

Statistics from the archives of my coding journey

  

🔥 Consistency of the Author

📜 Contribution Chronicle

🐍 Knowledge Trail


📜 Correspondence with the Author

If you wish to discuss data, ideas, or collaborations,
send a letter through one of the channels below.

        


📜 Epilogue

class FinalChapter:

    def __init__(self):
        self.chapter  = "End of Chapter"
        self.message  = [
            "The library of data is infinite.",
            "Many stories remain undiscovered."
        ]
        self.next     = "See you in the next chapter 📖"

Pinned Loading

  1. Customer-Churn-Prediction Customer-Churn-Prediction Public

    An end-to-end machine learning project built using exploratory data analysis, data preprocessing, and machine learning classification models, deployed through an interactive Streamlit web applicati…

    Jupyter Notebook 4

  2. SENSE SENSE Public

    SENSE — a dual-model NLP pipeline that extracts, scores, and explains sentiment in any piece of text, packaged as an interactive Streamlit dashboard.

    Jupyter Notebook 3