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.
- ๐ StyleScan - Fashion MNIST Image Classification
- ๐ฉบ GlycoTrack - Advanced Diabetes Prediction
- ๐ธ IrisWise - Iris Species Classification
- ๐ GradeCast - GPA Prediction Model
- ๐งฎ DigitSense - MNIST Handwritten Digit Classifier
- ๐ผ๏ธ ObjexVision - CIFAR-10 Object Recognition
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
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
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
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
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
Recognizes 10 types of objects including airplanes, birds, and automobiles using CNNs.
Features:
- Real-time object recognition
- 10 object categories with instant prediction feedback
To set up any of the projects, follow the steps below:
-
Clone the Repository:
git clone https://github.com/Hunterdii/AI-Nexus.git
-
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
-
Install Dependencies: Install the required packages listed in the
requirements.txt
file:pip install -r requirements.txt
-
Run the Application: Start the Streamlit app by running:
streamlit run app.py
-
Access the App in Browser: Open your browser and navigate to
http://localhost:8501
to view and interact with the application.
- 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.
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!