Skip to content
View pavan555's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report pavan555

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
pavan555/README.md

Hello, folks! Image

Thanks for taking a peek! 🥳

Name gif

Image   Image  


💫 About Me:

🧑‍💻 Software engineer with 5 years of professional experience committed to building intuitive solutions to everyday problems that go live in the market and make an impact.

🎓 Computer Science Graduate Student at JNTU Kakinada

⚡ A technology enthusiast who loves exploring new technologies and leveraging them to solve real-life problems.

❤ I enjoy coding and love building Apps.


🌐 Socials:

LinkedIn Medium Stack Overflow


Languages, Tools & Technologies:


nodejs logo Image android logo Image express logo Image python logo Image react logo Image mongodb logo Image amazonwebservices logo Image java logo Image gradle logo Image androidstudio logo Image spring logo Image kotlin logo Image html5 logo Image css3 logo Image javascript logo Image typescript logo Image angularjs logo Image jquery logo Image babel logo Image backbonejs logo Image webpack logo Image npm logo Image markdown logo Image neo4j logo Image mysql logo Image redis logo Image postgresql logo Image firebase logo Image fastapi logo Image django logo Image qt logo Image numpy logo Image opencv logo Image pycharm logo Image tensorflow logo Image unity logo Image github logo Image git logo Image githubactions logo Image heroku logo Image docker logo Image intellij logo Image grafana logo Image nginx logo Image bash logo Image

📊 Medium Articles:

Layout with last medium posts

📊 GitHub Stats:

languages graph stats graph streak graph

🔝 Top Contributed Repo

Top contributed repos in git

:octocat: Open Source Contributions

  1. DeepEval (The LLM Evaluation Framework) - fixed issue where the tool correctness metric was failing due to an unhashable type error #1487
  2. Langflow is a powerful tool for building and deploying AI-powered agents and workflows. fix: bug where the pinecone component was inserting embeddings three times instead of once. #2826

Pinned Loading

  1. Invisible-Cloak Invisible-Cloak Public

    I created Harry Potter's Invisible Cloak using Python OpenCV

    Python

  2. Captcha-Breaker Captcha-Breaker Public

    project on deep learning

    Python 3

  3. Gallery-View Gallery-View Public

    Implementing an app like Gallery :)

    Java

  4. group-chat group-chat Public

    Group chat Node JS APIs

    JavaScript 1

  5. Calculator Application made with PyQt5 Calculator Application made with PyQt5
    1
    import sys
    2
    
                  
    3
    from PyQt5.QtWidgets import *
    4
    from PyQt5.QtGui import *
    5
    from PyQt5.QtCore import *
  6. Decrypting PDFs using PikePDF Decrypting PDFs using PikePDF
    1
    import os
    2
    import pikepdf
    3
    
                  
    4
    def decryptPDF(filePath, saveFilePath, password):
    5
        pdf = pikepdf.open(filePath, password=password)