Skip to content
View gitzaan's full-sized avatar

Block or report gitzaan

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

Hi there 👋

I'm Fowzaan Rasheed, a passionate Computer Science student specializing in AI/ML and Full Stack. I thrive on building innovative solutions that make a difference, and I'm constantly exploring new technologies to push the boundaries of what's possible.

About Me

  • 🎓 I'm currently pursuing a B.E. in Computer Science & Engineering at Madras Institute of Technology
  • 🌱 I’m currently diving into the MERN stack to expand my web development skills
  • 💻 I have a strong passion for AI/ML and have built several projects in this domain
  • 📫 How to reach me: fowzaan.rasheed@gmail.com

My Projects

Here are some of the key projects I've worked on:

  1. Travel Planner AI

    • Developed a Python-based travel planning tool integrating OpenAI, Google PaLM, and Google Maps APIs to generate detailed itineraries with visualized routes based on user preferences.
  2. Drug Interaction Checker

    • Built a Next.js-based website that allows users to check potential drug interactions, integrating MongoDB and Python for efficient data management and interaction results.
  3. Gym Workout Tracker

    • Developed a gym workout app that leverages an API from RapidAPI to provide users with a variety of exercises tailored to their fitness goals.
  4. Customizable URL Classifier

    • Created a hybrid CNN/LSTM model for URL classification, achieving 87.4% accuracy by leveraging custom feature extraction methods to categorize URLs into various security-related categories.
  5. Energy Consumption Predictor

    • Implemented a machine learning model to forecast electricity production and detect anomalies using time-series analysis, achieving an R² score of 0.91 on a dataset with over 121,000 data points.
  6. OffBoard UAV Path Planning

    • Proposed an off-board path planning system using advanced image segmentation and DBSCAN-PP clustering to optimize UAV-BS deployment in disaster areas, enhancing efficiency and flight time.
  7. GAN Face Generator

    • Developed a GAN-based model to generate realistic celebrity face images using the CelebA dataset. Leveraged adversarial training techniques to enhance the quality of synthetic images, addressing challenges like computational overhead and stability issues.
  8. DriveMind

    • Developed a real-time task management system using an ESP32 processor, dynamically adjusting task priorities based on real-time factors. Implemented with FreeRTOS for efficient task handling simulated via Wokwi.

Languages and Tools

  • Programming: Python, Java, C++, C, JavaScript
  • AI/ML Tools: TensorFlow, Keras, Scikit-learn, PyTorch
  • Web Development: HTML/CSS, MERN Stack (in progress)
  • Developer Tools: Git, Jupyter Notebook, Visual Studio, Colab
  • Database: SQL, MongoDB

Connect with Me

Popular repositories Loading

  1. Measure-Energy-Consumption- Measure-Energy-Consumption- Public

    Mini Project for IBM Artificial Intelligence Course

    Jupyter Notebook 2

  2. gitzaan gitzaan Public

    Config files for my GitHub profile.

  3. DynamicTaskPriority DynamicTaskPriority Public

    Forked from Pronoy513/DynamicTaskPriority

  4. Transfer-Learning-for-Customizable-Web-Filtering Transfer-Learning-for-Customizable-Web-Filtering Public

    Using Transfer Learning on base URL classification models to meet the differing needs of various organizations.

    Jupyter Notebook 1

  5. NM_GAN_FaceGeneration NM_GAN_FaceGeneration Public

    GAN-based CelebA Face Generation: Utilized GAN architecture to generate realistic celebrity face images from the CelebA dataset, showcasing benefits such as unsupervised learning and diverse data d…

    Jupyter Notebook

  6. AI-Travel-Itenary-Creator AI-Travel-Itenary-Creator Public

    Calls ChatGPT to make an itinerary and then uses Google Maps to get directions. Makes a map of the result

    Python