def github_profile():
name = "HaranK007"
title = "Systems and Web Application Engineer"
bio = """Enthusiastic about the intersection of blockchain, web development, and systems engineering. Proficient in designing and deploying web applications, managing cloud
infrastructure, and exploring Web3 Techs."""
skills = {
"languages": ["Python", "TypeScript"],
"frameworks": ["React", "Node.js"],
"tools": ["FastAPI", "Git", "Docker", "AWS"]
}
return {
"name": name,
"title": title,
"bio": bio,
"skills": skills,
"contact": contact
}
profile_data = github_profile()
Popular repositories Loading
-
-
Guessing_missing_letters_using_ML
Guessing_missing_letters_using_ML PublicI have trained Seq2Seq and LSTM models to guess the missing letters from a word
Jupyter Notebook
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.