Skip to content

AI Nexus is a streamlined suite of AI-powered apps built with Streamlit. It includes StyleScan for fashion classification, GlycoTrack for diabetes prediction, DigitSense for digit recognition, IrisWise for iris species identification, ObjexVision for object recognition, and GradeCast for GPA prediction with detailed insights.

License

Notifications You must be signed in to change notification settings

Hunterdii/AI-Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– AI Nexus - Multi-Purpose AI/ML Hub

AI Nexus is a central repository that brings together a collection of advanced AI and ML applications. These projects span a wide range of use cases, from image classification to predictive healthcare models.


๐ŸŒ Project Highlights

  1. ๐Ÿ‘— StyleScan - Fashion MNIST Image Classification
  2. ๐Ÿฉบ GlycoTrack - Advanced Diabetes Prediction
  3. ๐ŸŒธ IrisWise - Iris Species Classification
  4. ๐ŸŽ“ GradeCast - GPA Prediction Model
  5. ๐Ÿงฎ DigitSense - MNIST Handwritten Digit Classifier
  6. ๐Ÿ–ผ๏ธ ObjexVision - CIFAR-10 Object Recognition

๐ŸŽจ Project Image Previews

๐Ÿงฎ DigitSense - MNIST Handwritten Digit Classifier

DigitSense Screenshot 1 DigitSense Screenshot 2

๐Ÿฉบ GlycoTrack - Advanced Diabetes Prediction

GlycoTrack Screenshot 1 GlycoTrack Screenshot 2

๐ŸŽ“ GradeCast - GPA Prediction Model

GradeCast Screenshot 1 GradeCast Screenshot 2

๐ŸŒธ IrisWise - Iris Species Classification

IrisWise Screenshot 1 IrisWise Screenshot 2

๐Ÿ–ผ๏ธ ObjexVision - CIFAR-10 Object Recognition

ObjexVision Screenshot 1 ObjexVision Screenshot 2

๐Ÿ‘— StyleScan - Fashion MNIST Image Classification

StyleScan Screenshot 1 StyleScan Screenshot 2
StyleScan Screenshot 3 StyleScan Screenshot 4

๐Ÿš€ Quick Links to Live Demos

Project Live Link
๐Ÿ‘— StyleScan - Fashion MNIST Image Classification Open in Streamlit
๐Ÿฉบ GlycoTrack - Advanced Diabetes Prediction Open in Streamlit
๐Ÿงฎ DigitSense - MNIST Handwritten Digit Classifier Open in Streamlit
๐ŸŒธ IrisWise - Iris Species Classification Open in Streamlit
๐Ÿ–ผ๏ธ ObjexVision - CIFAR-10 Object Recognition Open in Streamlit
๐ŸŽ“ GradeCast - GPA Prediction Model Open in Streamlit

๐Ÿ“‚ Projects Overview

1. ๐Ÿฉบ GlycoTrack - Advanced Diabetes Prediction

An intuitive app for predicting diabetes based on health metrics like Glucose, Blood Pressure, BMI, etc. It uses various machine learning models (KNN, Random Forest, SVM, etc.) to provide predictions and performance insights.

Features:

  • Real-time diabetes prediction
  • Interactive user interface with animations
  • Supports multiple machine learning models

2. ๐ŸŒธ IrisWise - Iris Species Classification

Predict the species of Iris flowers based on input features (sepal and petal dimensions) using K-Nearest Neighbors and other machine learning models.

Features:

  • Real-time iris species prediction
  • Dynamic visualizations and tooltips for enhanced user experience

3. ๐ŸŽ“ GradeCast - GPA Prediction Model

Estimate GPA/CGPA based on student performance data, providing an accurate prediction of academic success. Built using regression models.

Features:

  • Input academic scores to predict GPA
  • Simple and user-friendly interface

4. ๐Ÿงฎ DigitSense - MNIST Handwritten Digit Classifier

Identify handwritten digits (0-9) with this accurate, real-time classifier powered by a CNN model.

Features:

  • Recognizes digits from 0-9
  • Instant results with confidence scores

5. ๐Ÿ‘— StyleScan - Fashion MNIST Image Classification

Predict the clothing category from grayscale images of fashion items (shirts, shoes, dresses, etc.) using deep learning models.

Features:

  • Classifies 10 categories of fashion items
  • Accurate predictions using CNN architecture

6. ๐Ÿ–ผ๏ธ ObjexVision - CIFAR-10 Object Recognition

Recognizes 10 types of objects including airplanes, birds, and automobiles using CNNs.

Features:

  • Real-time object recognition
  • 10 object categories with instant prediction feedback

๐Ÿ› ๏ธ Installation & Setup

To set up any of the projects, follow the steps below:

  1. Clone the Repository:

    git clone https://github.com/Hunterdii/AI-Nexus.git
  2. Navigate to the Desired Project Directory:

    For example, for StyleScan:

    cd AI-Nexus/StyleScan

    For example, for GlycoTrack:

    cd AI-Nexus/GlycoTrack

    For example, for GradeCast:

    cd AI-Nexus/GradeCast

    For example, for ObjexVision:

    cd AI-Nexus/ObjexVision

    For example, for Iriswise:

    cd AI-Nexus/Iriswise

    For example, for DigitSense:

    cd AI-Nexus/DigitSense
  3. Install Dependencies: Install the required packages listed in the requirements.txt file:

    pip install -r requirements.txt
  4. Run the Application: Start the Streamlit app by running:

    streamlit run app.py
  5. Access the App in Browser: Open your browser and navigate to http://localhost:8501 to view and interact with the application.

๐Ÿ“ˆ Future Enhancements

  • Adding more AI/ML models for healthcare and image recognition.
  • Deploying all apps for broader accessibility and public demos.
  • Introducing more advanced animations and dynamic visualizations.

๐Ÿ’ก Customization & Contributions

Feel free to fork this repository, customize the UI, or add new machine learning models. Contributions are welcome! Make sure to submit a pull request with your proposed changes.


Happy exploring!

About

AI Nexus is a streamlined suite of AI-powered apps built with Streamlit. It includes StyleScan for fashion classification, GlycoTrack for diabetes prediction, DigitSense for digit recognition, IrisWise for iris species identification, ObjexVision for object recognition, and GradeCast for GPA prediction with detailed insights.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published