Git Product home page Git Product logo

bodykudo / aura Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 4.0 39.53 MB

Comprehensive image processing toolkit designed to provide a wide range of image manipulation capabilities. It offers an intuitive interface and robust performance.

Home Page: https://aura-cv.vercel.app

License: MIT License

JavaScript 8.80% TypeScript 60.78% HTML 0.11% CSS 0.75% Python 29.56%
computer-vision electron fastapi opencv reactjs tailwindcss typescript vite

aura's Introduction

Aura

Aura is a comprehensive image processing toolkit designed to provide a wide range of image manipulation capabilities. It offers an intuitive interface and robust performance, making it a powerful tool for anyone interested in image processing, from hobbyists to professionals.

Table of Contents

Features

Aura comes with a wide range of features:

  • Noise Addition: Aura allows users to add various types of noise to images, including salt & pepper noise, uniform noise, and Gaussian noise.

  • Image Filtering: Aura supports several image filtering techniques, including average filtering, Gaussian filtering, and median filtering.

  • Edge Detection: Aura can apply various edge detection algorithms to images, including Sobel, Roberts, Prewitt, and Canny.

  • Frequency Domain Filters: Aura supports applying frequency domain filters to images, including low pass and high pass filters. It can also create hybrid images using frequency domain.

  • Image Processing: Aura can apply grayscale, normalization, and equalization to images, and it provides a histogram for visualizing the image's color distribution.

  • Thresholding: Aura supports both global and local thresholding, allowing users to adjust the intensity levels in an image to separate objects from the background. It includes Otsu, Optimal, and Spectral thresholding methods.

  • Hough Transform: Aura can perform Hough Transform for line, circles, and ellipses detection.

  • Active Contouring: Aura supports active contouring for calculating perimeter and area of detected shapes.

  • Corner Detection: Aura can detect corners in an image using Harris and Lambda operators.

  • SIFT Descriptors: Aura uses Scale-Invariant Feature Transform (SIFT) descriptors to detect keypoints and apply image matching using Sum of Squared Differences (SSD) and Normalized Cross Correlation (NCC).

  • Image Segmentation: Aura supports various image segmentation techniques, including K-Means Clustering, Mean Shift Segmentation, Agglomerative Segmentation, and Region Growing Segmentation.

  • Face Detection and Recognition: Aura can detect faces in an image and recognize them using Principal Component Analysis (PCA) and Support Vector Machine (SVM) classifier.

These features make Aura a versatile tool for a wide range of image processing tasks.

Getting Started

Prerequisites

  • Node.js
  • npm
  • Python 3.6 or higher

Installation

  1. Clone this repository to your local machine.

  2. Install the required front-end dependencies.

cd client
npm install
  1. Run the front-end.
npm run dev
  1. Open new trminal, and install the required server dependencies.
cd server
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
  1. Run the back-end.
uvicorn main:app --reload
  1. Enjoy working with Aura :)

Technologies Used

This project leverages a variety of modern technologies to deliver a robust and efficient application. Here's a brief overview of the key technologies used:

  • Desktop Application

    • Electron.js
    • React.js
    • TypeScript
    • Tanstack Router
    • Tailwind CSS
    • Shadcn/UI
    • React Hook Form
    • Zustand
  • Backend

    • FastAPI
    • OpenCV
    • NumPy
    • scikit-learn
  • Landing Page

    • React.js
    • Next.js
    • TypeScript
    • Tailwind CSS
    • Framer Motion
    • Three.js
    • React Three Fiber

Contributors

Abdallah Magdy
Abdallah Magdy
Habiba Mohsen
Habiba Mohsen
Hazem Raafat
Hazem Raafat
Merna Abdelmoez
Merna Abdelmoez
Raghda Tarek
Raghda Tarek

aura's People

Contributors

bodykudo avatar habiba-mohsen avatar hazem-raafat avatar merna-abdelmoez avatar raghdaneiazyy6 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.