class Theertha:
def __init__(self):
self.name = "Theertha Edneer"
self.location = "Kerala, India ๐ฎ๐ณ"
self.degree = "B.E. โ Artificial Intelligence & ML"
self.college = "Alva's Institute of Engineering & Technology"
self.cgpa = 8.3
self.semester = "6th Semester (Expected 2027)"
self.stack = [
"Python", "PyTorch", "TensorFlow",
"Scikit-learn", "OpenCV", "SQL"
]
self.currently_learning = [
"Vertex AI & GCP MLOps",
"Vector Databases (FAISS, Pinecone)",
"LLM Fine-tuning & RAG Pipelines"
]
self.fun_fact = "I play Chenda ๐ฅ and build ML models โ both need rhythm!"
def motto(self):
return "Ship fast. Learn faster. Deploy smarter. ๐"
me = Theertha()
print(me.motto())Languages
Frameworks & Libraries
Cloud & MLOps
Databases
GenAI & Tools
| ๐ Project | ๐ ๏ธ Stack | โจ Highlights |
|---|---|---|
| Object Detection in Video Streams | Python ยท PyTorch ยท YOLOv5 ยท DeepSORT ยท OpenCV ยท BERT | 94.48% detection accuracy @ 42 FPS; BERT-based contextual query retrieval; GCP-ready for cloud-native ML inference |
| Phishing Detection System | Python ยท Scikit-learn ยท Pandas ยท NumPy | 93% detection accuracy; URL-feature extraction (length, domain age, special chars); optimized FP/FN rates; hackathon project |
| ๐๏ธ | Achievement | Details |
|---|---|---|
| ๐ | Google Generative AI Certificate | Google Career Launchpad โ Prompt Engineering, LLMs, Embeddings |
| ๐ง | AI Foundation Certificate | Infosys Springboard โ Artificial Intelligence fundamentals |
| ๐ | NPTEL Certifications | Introduction to C Programming & Python |
| ๐ป | LeetCode | 100+ problems solved โ strong DSA foundations |
| โ๏ธ | CodeChef | 50+ problems solved |
| ๐ฅ | Cultural Team โ Chenda | Active college cultural performer; teamwork & collaboration |
| ๐ Degree | ๐ซ Institution | ๐ Year | ๐ Score |
|---|---|---|---|
| B.E. โ Artificial Intelligence & Machine Learning | Alva's Institute of Engineering & Technology, Moodbidri | 2023 โ 2027 | CGPA: 8.3/10 |
๐ค Generative AI โ RAG Pipelines, LLM Fine-tuning, Prompt Engineering
โ๏ธ GCP & MLOps โ Vertex AI, Cloud Run, CI/CD for ML workloads
๐๏ธ Vector Databases โ FAISS, Pinecone, Semantic Search
๐ Advanced SQL โ Window Functions, Query Optimization, Indexing
๐ AI Security โ Adversarial ML, Cybersecurity ML applications
