I'm Abhishek Vishwakarma, pursuing a B.E. in Artificial Intelligence and Data Science at New Horizon Institute of Technology and Management and currently working as an AI Intern at Eklavya.me. I specialize in using technologies like LangChain, Crewa AI, Streamlit, and AWS to build intelligent agents. My projects include Leaf Disease Detection, FoodVision, and Real Estate Price Prediction. I'm passionate about data science and aim to solve real-world problems through innovative solutions.
- 🌍 I'm based in Mumbai
- 🖥️ See my portfolio at MyProtfolio
- ✉️ You can contact me at iamabhishekvishwakarma7@gmail.com
- 🚀 I'm currently working on Animevision
- 🧠 I'm learning Langchain, crewAI, ReFlex, AWS
- 🤝 I'm open to collaborating on Projects
- ⚡ I enjoy watching anime for relaxation and inspiration.
class AbhishekVishwakarma:
def __init__(self):
self.username = 'Abhi-vish'
self.full_name = 'Abhishek Vishwakarma'
self.roles = ['Data Scientist', 'AI Engineer', 'Machine Learning Enthusiast']
self.education = {
'Bachelors': 'Artificial Intelligence and Data Science',
'Institute': 'New Horizon Institute of Technology and Management'
}
self.skills = {
'Programming Languages': ['Python', 'C'],
'Frameworks': ['Flask', 'Django', 'FastAPI', 'Streamlit','ReFlex','LangChain','CrewAI'],
'Machine Learning': ['Scikit-learn', 'PyTorch'],
'Deep Learning': ['PyTorch'],
'NLP': ['NLTK', 'SpaCy', 'Transformers'],
'Web Development': ['HTML', 'CSS', 'JavaScript', 'Bootstrap'],
'Databases': ['MySQL', 'PostgreSQL', 'MongoDB'],
'Tools': ['Git', 'GitHub', 'Jupyter', 'Colab', 'Kaggle']
}
self.projects = {
'AnimeVision': 'https://github.com/Abhi-vish/Animevision.git',
'Leaf Disease Detection': 'https://github.com/Abhi-vish/Leaf-Disease-Detection',
'Portfolio': 'https://abhishekv.vercel.app/'
}
self.contact_info = {
'LinkedIn': 'https://www.linkedin.com/in/Abhi-vish/',
'Email': 'iamabhishekvishwakarma7@gmail.com'
}
self.location = 'India'
self.languages = {
'Hindi': 'Native',
'English': 'Fluent'
}
def __str__(self):
return self.full_name
if __name__ == '__main__':
me = AbhishekVishwakarma()
print(str(me))