ESTABLISH_CONNECTION
Let's Build Systems That Survive Production.
Open to AI/ML engineering internships and full-time positions in Bangalore, Hyderabad, or Remote. Reach out directly via email, phone, or LinkedIn — I respond within 24 hours.
@
// EMAIL_DIRECT
chhetrichetan45@gmail.com
#
// PHONE_CONTACT
+91 81676 80360
in
// LINKEDIN_PROFILE
linkedin.com/in/chetanchhetri
git
// GITHUB_REPOS
github.com/Chetanchhetri
lc
// LEETCODE_STATS
200+ Solved · 100 Days Badge
loc
// BASE_LOCATION
Siliguri, WB → Bangalore, India
send_message.py
# Direct Developer Messaging Shell
import sys, smtplib, json
config = {
"sender": "recruiter@company.com",
"recipient": "chhetrichetan45@gmail.com",
"role": "AI/ML Engineering Internship",
"availability": "immediate",
"response_sla": "< 24 hours"
}
def send(cfg):
print(f"Routing to {cfg['recipient']} via SMTP...")
return "STATUS: READY TO RECEIVE OPPORTUNITIES"
send(config) # → chhetrichetan45@gmail.com