Skip to content
View Abhi-vish's full-sized avatar

Highlights

  • Pro

Block or report Abhi-vish

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Abhi-vish/README.md

Data Science Enthusiast

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.

aboutme.py

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))

Popular repositories Loading

  1. SeamlessM4t-Translator SeamlessM4t-Translator Public

    SeamlessM4t-Translator: Utilizing the powerful Seamless M4t Facebook model in the backend, this project facilitates seamless translation functionalities including S2ST, S2TT, T2ST, and T2TT queries.

    Python 8 1

  2. Leaf-Disease-Detection Leaf-Disease-Detection Public

    Leaf Disease Detection: A project enabling farmers to identify plant diseases by scanning leaves, providing brief descriptions and suggesting supplements for treatment.

    HTML 6 2

  3. mldeploy mldeploy Public

    this is an admission prediction feature based on a linear model trained on a dataset containing 400 records. This model aims to predict the likelihood of admission to a university based on various …

    HTML 2

  4. Foodvision Foodvision Public

    FoodVision: A revolutionary project designed to enhance your culinary experience by effortlessly scanning food items to access comprehensive information, including nutritional details, suggested re…

    HTML 2

  5. Ps1Tool Ps1Tool Public

    Ps1Tool: A PowerShell script for swiftly copying file contents to the clipboard, ideal for code snippets, configuration files, or plain text documents.

    PowerShell 2 1

  6. Animevision Animevision Public

    AnimeVision: An image recognition tool using ResNet50 and Jikan API to identify and fetch details of anime.

    Python 2 1