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

Highlights

  • Pro

Block or report Dahire100

Report abuse

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

Report abuse
Dahire100/README.md

logo

πŸ’« About Me:

πŸ”­ Currently working on: AI Resume Matcher & Career Guidance App
πŸ‘― Looking to collaborate on: AI & App Dev Projects
🀝 Need help with: Real-time AI integrations
🌱 Learning: Generative AI & React Native
πŸ’¬ Ask me about: AI tools, Resume bots, App Dev
⚑ Fun fact: I build full projects with zero budget, 100% passion πŸ’ͺ✨


🌐 Connect With Me:

Instagram LinkedIn Email LeetCode HackerRank


πŸ’» Tech Stack:

C Python React React Native HTML5 CSS3 JavaScript Firebase Framer Canva


πŸ“Š GitHub Stats:




✍️ Random Dev Quote

πŸ” Top Contributed Repos

Pinned Loading

  1. CodeSoft-Task CodeSoft-Task Public

    Chatbot: Create a rule-based chatbot that responds to user queries with predefined answers. Tic-Tac-Toe AI: Develop a Tic-Tac-Toe game with an AI opponent using minimax with alpha-beta pruning for…

    Python

  2. Dahire100 Dahire100 Public

  3. Forest_Fire_Detection Forest_Fire_Detection Public

    This code uses OpenCV to detect fire in an image by identifying red-colored regions. It converts the image to HSV color space, creates a mask for red areas, finds contours in the mask, and then hig…

    Python 1

  4. jarvis jarvis Public

    This Python script creates a voice assistant named Jarvis, using speech recognition and text-to-speech. It can search Wikipedia, send emails, play music, fetch news, and make WhatsApp calls. The as…

    Python

  5. Technohack-WebDev-Internship Technohack-WebDev-Internship Public

    InnovateWeb_InternshipProjects contains web development projects and exercises completed during the InnovateWeb internship, showcasing practical skills and knowledge. It includes HTML/CSS designs, …

    HTML

  6. TO-Do-List TO-Do-List Public

    A simple to-do list application that allows users to add, mark as done, delete, and display tasks. It manages tasks with persistent storage in a text file and provides an interactive command-line i…

    Python