Pinned Loading
-
CORTEX_AI_ASSISTANT
CORTEX_AI_ASSISTANT PublicThis 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
-
Currency_Conversion_GUI
Currency_Conversion_GUI PublicThe 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
-
GUI_Calculator_Tkinter
GUI_Calculator_Tkinter PublicThis 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
-
Image-Classification-using-ANN-CNN
Image-Classification-using-ANN-CNN PublicThe 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
-
Movie_recommender_system
Movie_recommender_system PublicThis 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
-
Speech_to_Text-Text_to_Speech
Speech_to_Text-Text_to_Speech PublicSpeech-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
If the problem persists, check the GitHub status page or contact support.