Skip to content
View 04bhavyaa's full-sized avatar

Highlights

  • Pro

Block or report 04bhavyaa

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

Hey there! πŸ‘‹ Welcome to my GitHub!

Typing SVG

Portfolio LinkedIn Email

πŸš€ About Me

class BhavyaJha:
    def __init__(self):
        self.name = "Bhavya Jha"
        self.role = "Final-Year Computer Science Student"
        self.specialization = "Data Science"
        self.current_focus = [
            "Agentic AI", 
            "Backend Development", 
            "Cloud Technologies"
        ]
        self.philosophy = "Make code that matters, not just works"
        
    def get_daily_activities(self):
        return [
            "πŸ”­ Exploring new AI frameworks and algorithms",
            "🌱 Learning best practices and modern development patterns",
            "πŸ’‘ Building projects that solve real problems",
            "πŸ“š Contributing to open-source when possible"
        ]
        
    def future_goals(self):
        return "Planning to dive into Go lang soon! 🐹"

Areas of Interest

AI Data Science Backend

πŸ“Š GitHub Analytics

🎯 Current Focus Areas

%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#d9b0ce', 'primaryTextColor':'#ffffff', 'primaryBorderColor':'#ffffff', 'lineColor':'#ffffff', 'secondaryColor':'#9f97c4', 'secondaryTextColor':'#ffffff', 'tertiaryColor':'#999976', 'tertiaryTextColor':'#ffffff', 'textColor':'#ffffff', 'nodeTextColor':'#ffffff', 'mainBkg':'#6366f1', 'fontSize':'16px', 'fontFamily':'Arial'}}}%%
mindmap
  root(Bhavya's Journey))
    [Data Science]
      Machine Learning
      Deep Learning
      Data Visualization
      Exploratory Data Analysis
      Computer Vision
    [Agentic AI]
      LLM Integration
      Autonomous Systems
      AI Workflows
    [Backend Development]
      API Design
      Database Management
      System Architecture
      Containerization
      Microservices
Loading

🀝 Let's Connect and Collaborate!

I'm always excited to connect with fellow developers, data enthusiasts, and anyone passionate about technology!

Open for:

  • 🀝 Collaboration on interesting projects
  • πŸ’‘ Discussing new ideas and innovations
  • πŸŽ“ Learning opportunities and mentorship
  • πŸš€ Open source contributions

Portfolio

"Code is like humor. When you have to explain it, it's bad." – Cory House

Profile Views

⭐️ From Bhavya Jha

Pinned Loading

  1. n8n-blockchain-news-automation n8n-blockchain-news-automation Public

    Automates blockchain news aggregation, AI-powered rewriting, and publishing to LinkedIn and X using n8n and Gemini.

    1

  2. startup-idea-analyzer-agent startup-idea-analyzer-agent Public

    An AI-powered startup analysis platform that automatically researches and evaluates startup ideas using real-time market data, competitor analysis, and social media sentiment.

    Python

  3. book-recommendation-system book-recommendation-system Public

    The Book Recommendation System provides personalized book suggestions using Popularity-Based Recommender, Collaborative Filtering, and Cosine Similarity. Implemented with Flask, it allows users to …

    Jupyter Notebook 2

  4. langgraph-chatbot langgraph-chatbot Public

    A simple Streamlit-based AI assistant powered by LangGraph and Google Gemini.

    Python

  5. movie-genre-prediction movie-genre-prediction Public

    This project implements preprocessing, feature engineering, and multiple machine learning models to build a robust genre classification system.

    Jupyter Notebook

  6. bookstore-management-system-fastapi bookstore-management-system-fastapi Public

    A simple Bookstore Management System built with FastAPI and a static frontend. Manage books, view statistics, and interact with a RESTful API.

    JavaScript