Skip to content
View surajgoeswithds's full-sized avatar

Block or report surajgoeswithds

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.

Content in all repositories owned by your account will be closed.
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
surajgoeswithds/README.md

Header

Profile Views


πŸ‘€ About Me

Data Processing Visualization

suraj = {
    "name": "Suraj Sahoo",
    "role": "Aspiring Data Scientist",
    "skills": ["Python", "MySQL", "Git"],
    "tech_stack": ["pandas", "NumPy", "matplotlib", "seaborn"],
    "currently": "Learning Data Science & ML",
    "goal": "Turn data into decisions πŸ“Š",
    "open_to": ["Open Source Collaboration", "Data Analytics Projects"],
    "available": True
}




πŸ”— Connect with Me

LinkedIn Β  GitHub


πŸ› οΈ Tech Stack

Tech Stack

Jupyter Notebook Pandas scikit-learn


πŸ”₯ GitHub Streak

GitHub Streak


πŸ“Š Account Metrics Dashboard

GitHub Stats Top Languages


πŸ’¬ Random Dev Quote

Random Dev Quote


Footer

Pinned Loading

  1. sql-python-employee-analysis sql-python-employee-analysis Public

    MySQL + Python integration β€” connects to a company HR database, pulls employee data into Pandas, and performs salary and department analysis with Matplotlib visualizations.

    Jupyter Notebook

  2. Books-web-scraper Books-web-scraper Public

    Web scraper built with Requests & BeautifulSoup β€” extracts 1000 books (title, price, rating) from books.toscrape.com across 50 pages into a structured CSV

    Jupyter Notebook

  3. IPL-EDA-2007-2024 IPL-EDA-2007-2024 Public

    Exploratory Data Analysis on IPL 2007–2024 β€” team dominance, toss impact, venue stats, and top performers using Pandas, Matplotlib and Seaborn.

    Jupyter Notebook

  4. navyaXdev/Safora navyaXdev/Safora Public

    Real-time phishing URL detection Chrome extension β€” combines a trained ML risk classifier with an independent rule-based explanation engine so users get plain-English reasons, not just a score

    JavaScript 6

  5. sql-rag-assistant sql-rag-assistant Public

    RAG assistant that answers SQL questions from a 4-hour tutorial video and cites the exact timestamp β€” faster-whisper, Ollama (bge-m3 + Llama 3.2), NumPy, Streamlit

    Python

  6. navyaXdev/Ghost-Guard navyaXdev/Ghost-Guard Public

    Behavior-based API defense system that detects unknown attacks without predefined signatures. Trains an Isolation Forest exclusively on normal traffic, then routes anomalous requests to a honeypot …

    JavaScript