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

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. Currency_Conversion_GUI Currency_Conversion_GUI Public

    The code is a Java program implementing a currency converter with a GUI. It allows users to convert between USD, EUR, GBP, INR, KWD, JPY, CNY, and KRW. Swing and AWT libraries are used for GUI comp…

    Java

  3. 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

  4. 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

  5. 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

  6. Speech_to_Text-Text_to_Speech Speech_to_Text-Text_to_Speech Public

    Speech-to-Text (STT) recognizes spoken words, converting them into text for device interaction, while Text-to-Speech (TTS) transforms written text into synthesized speech, enabling audible communic…

    Python