Skip to content
View kishore8220's full-sized avatar

Block or report kishore8220

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
kishore8220/README.md

Profile views

๐Ÿง‘โ€๐Ÿš€ Developer Profile

class Kishore:
    def __init__(self):
        self.role = "Machine Learning Engineer"
        self.company = "SQ1"
        self.education = "STC"
        self.passions = [
            "๐Ÿง  Deep Learning", 
            "๐ŸŒ Django Dev",
            "๐Ÿค– AI/ML Automation",
            "๐Ÿ”ฎ IoT Innovations"
        ]
    
    def get_skills(self):
        return {
            "languages": ["Python", "JavaScript", "SQL"],
            "frameworks": ["TensorFlow", "PyTorch", "Django", "Flask"],
            "tools": ["Docker", "Git", "AWS", "OpenCV"],
            "databases": ["SQL", "MongoDB"]
        }

me = Kishore)

๐Ÿ‘จโ€๐Ÿ’ป About Me

  • ๐Ÿ”ญ Currently working on cutting-edge AI & ML projects
  • ๐ŸŒฑ Exploring IoT, Deep Learning, and Web Development
  • ๐Ÿ’ฌ Ask me about Machine Learning, Python, Flask, and Django
  • โšก Fun fact: I love automating things and experimenting with AI models!


๐Ÿ› ๏ธ Tech Galaxy

๐Ÿค– AI/ML Stack

๐ŸŒ Web Stack

๐Ÿš€ DevOps & Tools


๐ŸŒŸ Featured Projects

Project Description Tech Stack
DeepGuard Advanced Deepfake Detection System Python TensorFlow OpenCV Flask
EcoVision AI-powered Waste Classification & Management CNN IoT Django Heroku
MedPredict Medical Diagnosis Assistant PyTorch FastAPI PostgreSQL Docker

๐Ÿ“Š Code Chronicles


๐Ÿ“ซ Let's Build the Future Together


"The best way to predict the future is to invent it." - Alan Kay

Pinned Loading

  1. GenAI-Chatbot Public

    This project is a powerful and extensible GenAI chatbot interface powered by LangChain and Gradio. It integrates multiple real-world tools into a single conversational agent, enabling rich, contextโ€ฆ

    Python

  2. MCQ-Generator Public

    This project is a smart, file-based MCQ (Multiple Choice Questions) generator built using LangChain, Ollama (Qwen3), and document parsing tools. It takes educational content from PDF, DOCX, or TXT โ€ฆ

    Python

  3. MCP Public

    Python

  4. Hybrid-RAG-Assistant Public

    A smart document-based assistant powered by Hybrid Retrieval-Augmented Generation (RAG) using ChromaDB and Groq's LLaMA 3. Supports multi-format knowledge ingestion including TXT, PDF, DOCX, CSV, aโ€ฆ

    Python