Skip to content
View Stephen5421's full-sized avatar
🐼
Learning
🐼
Learning

Block or report Stephen5421

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

Pinned Loading

  1. CORTEX_AI_ASSISTANT CORTEX_AI_ASSISTANT Public

    This Python code utilizes various library to create a chat interface where users can interact with an AI assistant powered by OpenAI's GPT-3.5 model. This code uses OpenAI's API to process user inp…

    Python

  2. GUI_Calculator_Tkinter GUI_Calculator_Tkinter Public

    This Python code uses Tkinter to create a simple GUI calculator. It includes buttons for numbers and basic operators, along with functionalities to clear the display and calculate results.

    Python

  3. Image-Classification-using-ANN-CNN Image-Classification-using-ANN-CNN Public

    The code does image classification using the CIFAR-10 dataset. Two models, ANN and CNN, are trained on 32x32 color images across 10 classes. Following data preprocessing, the models are constructed…

    Jupyter Notebook

  4. Movie_recommender_system Movie_recommender_system Public

    This Python project involves creating a basic Movie Recommender System using Pandas. We'll explore collaborative and content-based filtering methods to suggest movies similar to a user's choice. By…

    Jupyter Notebook

  5. E-commerce-System-Java-Spring-Boot E-commerce-System-Java-Spring-Boot Public

    A secure and scalable eCommerce platform built with Spring Boot, Thymeleaf, Spring Security, JPA, and PostgreSQL. Supports user authentication, product management, and order processing. Tech Stack:…

    Java

  6. WeatherAppProject-Java-Based-Real-Time-Weather-Forecast-App WeatherAppProject-Java-Based-Real-Time-Weather-Forecast-App Public

    WeatherAppProject is a Java-based 🌟 desktop app that delivers real-time weather updates & forecasts using the OpenWeather API. Built with Swing, it offers an intuitive UI 🎨, unit switching 🌡️, and …

    Java