class AIEngineer:
def __init__(self):
self.name = "Raj Raavi"
self.title = "AI Engineer"
self.location = "Earth π"
self.languages = ["Python", "SQL", "Bash", "TypeScript"]
self.expertise = {
"LLMs" : ["GPT-4o", "Claude 3.5", "Gemini", "LLaMA", "Mistral"],
"RAG" : ["LangChain", "LlamaIndex", "Pinecone", "Weaviate", "ChromaDB"],
"MLOps" : ["MLflow", "Weights & Biases", "DVC", "Airflow", "Kubeflow"],
"Vision & NLP": ["Hugging Face", "YOLO", "OpenCV", "spaCy", "NLTK"],
"Cloud" : ["AWS SageMaker", "GCP Vertex AI", "Azure ML"],
}
self.currently = "Building next-gen RAG pipelines π₯"
self.learning = "Agentic AI & Multi-agent systems π€"
self.fun_fact = "I think in embeddings and dream in tokens π"
def say_hi(self):
print("Thanks for stopping by! Let's build something incredible π")
me = AIEngineer()
me.say_hi()| π€ LLMs & Prompt Engineering | π RAG & Vector DBs |
|---|---|
| Fine-tuning, RLHF, prompt chaining, agents | Semantic search, embeddings, hybrid retrieval |
| π MLOps & Pipelines | ποΈ Computer Vision & NLP |
| CI/CD for ML, model serving, monitoring | Object detection, NER, text classification |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π€ Agentic AI & Multi-Agent Orchestration (LangGraph) β
β 𧬠Fine-tuning LLMs with RLHF & DPO β
β π Advanced RAG: HyDE, Fusion, Reranking β
β β‘ Real-time ML inference optimization β
β π AI-native app architectures β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ

