Skip to content
View YashBhadange2006's full-sized avatar

Highlights

  • Pro

Block or report YashBhadange2006

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

Hey I'm Yash Bhadange

Software Engineer | Android Developer | AI & OSINT Enthusiast πŸš€


πŸ’» About Me

Coding Cat
private final String name = "Yash Bhadange";
private final String focus = "Android + AI";
private final String philosophy = "The best apps are invisible";

public YashBhadange() {
    super("Mobile Development", "AI Integration", "OSINT Tools");
}

@Override
public List<String> getCurrentProjects() {
    return Arrays.asList(
        "πŸ—ΊοΈ Fine Tuning AI models",
        "πŸ” Security Apps",
        "πŸ€– AI integration in  Android apps"
    );
}

@Override
public String getPhilosophy() {
    return "If users need a manual, I haven't finished building it yet.";
}

public Map<String, List<String>> getLearningPath() {
    Map<String, List<String>> learning = new HashMap<>();
    learning.put("Mobile", Arrays.asList("Kotlin", "Jetpack Compose", "MVVM"));
    learning.put("Backend", Arrays.asList("Spring Boot"));
    learning.put("AI/ML", Arrays.asList("Python AI"));
    return learning;
}

public boolean isOpenToCollaborate(Project project) {
    return project.solvesRealProblems() 
        && project.hasActualUsers()
        && project.makesPeoplesLivesEasier();
}

public static void main(String[] args) {
    YashBhadange dev = new YashBhadange();
    System.out.println("πŸ‘‹ Ready to build something awesome!");
}

πŸ› οΈ Tech Stack & Tools

Languages

Mobile Development

Development Tools



πŸ“Š GitHub Analytics

Typing SVG


Contribution Graph

🀝 Connect With Me

Thanks for visiting! Let's build something amazing together

Profile Views

Pinned Loading

  1. NanoDNA-Transformer NanoDNA-Transformer Public

    A deep learning based DNA sequence analysis project using an attention model to localize statistically unusual mutations.

    Jupyter Notebook 1

  2. AksharLM AksharLM Public

    A character-level Hindi language model built from scratch in PyTorch using manual backpropagation and custom character embeddings.

    Jupyter Notebook

  3. Envo Envo Public

    🌿 Android app to view real-time environmental data (temperature, cloud cover, solar radiation) and estimate daily carbon footprint based on transport, energy, and food habits.

    Kotlin

  4. ConsumerProtectAI ConsumerProtectAI Public

    An AI-powered legal reasoning engine that transforms raw consumer grievances into actionable legal strategies.

    TypeScript

  5. WasteHelper WasteHelper Public

    Waste Helper: An interactive guide for responsible waste disposal. Features a searchable, community-powered database with a review system.

    JavaScript 1

  6. SRTF-Algo SRTF-Algo Public

    A dynamic, browser-based calculator and visualizer for the Shortest Remaining Time First (SRTF) CPU scheduling algorithm. Generates Gantt charts, calculates Completion Time, Turnaround Time, and Av…

    HTML 1