Skip to content
View Iam-007Swarna's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Iam-007Swarna

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
Iam-007Swarna/README.md

Typing SVG

Profile Views GitHub followers GitHub Stars

πŸš€ About Me

from dataclasses import dataclass, field

@dataclass
class GenAIEngineer:
    name: str = "Swarnava Bhattacharjee"
    role: str = "GenAI Research Engineer"
    location: str = "Kolkata, India"

    current_focus: list[str] = field(default_factory=lambda: [
        "Multi-Agent Systems", "AI-Powered UI/UX", "Autonomous Pipelines"
    ])
    expertise: list[str] = field(default_factory=lambda: [
        "LLM Fine-tuning", "RAG Systems", "Prompt Engineering"
    ])
    achievements: list[str] = field(default_factory=lambda: [
        "🌌 Harvard IACS - NASA ADS & Smithsonian",
        "πŸ† Geoffrey Hinton Fellow at Univ.AI",
        "πŸš€ GenAI Engineer at Instel LLC"
    ])

    def say_hi(self) -> None:
        print(f"Thanks for dropping by! Let's build something amazing with AI πŸš€")

# Initialize
me = GenAIEngineer()
me.say_hi()

🎯 Current Focus

πŸ”¬ Working On

Multi-Agent System Design
AI-Powered UI/UX
Autonomous ML Pipelines

πŸ“š Expertise

LLM Fine-tuning & Optimization
RAG Systems & Vector Databases
Advanced Prompt Engineering

πŸš€ Featured Projects

🌌 SciXLabs

Harvard IACS Β· NASA ADS Β· Harvard Smithsonian β€” AI-powered platform for public outreach.

✨ Stellar Forge

Harvard IACS Β· NASA ADS Β· Harvard Smithsonian β€” RAG system optimizing astronomy paper titles.

πŸ’» Tech Stack

πŸ€– AI/ML & Data Science

Python TensorFlow PyTorch Hugging Face LangChain scikit-learn Pandas NumPy

🌐 Web Development

Next.js React FastAPI TypeScript Tailwind CSS

☁️ Cloud & DevOps

Docker AWS GitHub Actions Nginx

πŸ—„οΈ Databases

MongoDB PostgreSQL MySQL Supabase Pinecone

πŸ“Š GitHub Analytics

GitHub Streak
GitHub Activity Graph

πŸ† Achievements & Contributions

GitHub Trophies

πŸ“„ Publications

🀝 Connect with Me

LinkedIn Medium GitHub Twitter Kaggle Email

πŸ’¬ Random Dev Quote

Random Dev Quote

🐍 Contribution Snake

Snake animation

⚑ Fun fact: AI is fun when you're building with the right tools! πŸ˜…

Pinned Loading

  1. EmoSense EmoSense Public

    Forked from karthik0899/EmoSense

    This repository is for project EmoSense

    Jupyter Notebook

  2. The_Sentient_Chef The_Sentient_Chef Public

    Forked from karthik0899/The_Sentient_Chef

    This is a GitHub repository for a project aimed at building a recipe recommender system using machine learning techniques. The repository contains the code, datasets, and documentation required for…

    Jupyter Notebook