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