Welcome to DeepFX Studio! This AI-powered toolkit provides a suite of advanced image editing features powered by cutting-edge deep learning techniques. From enhancing image quality to creative transformations, DeepFX Studio is designed to be a comprehensive solution for all your image processing needs.
DeepFX Studio offers the following capabilities:
-
Neural Style Transfer
- Apply artistic styles to your images, transforming them into visually stunning artwork inspired by famous artists and styles.
-
Colorization of Black-and-White Images
- Bring old photos to life by adding realistic color to black-and-white images.
-
Background Removal
- Easily separate the subject from the background for further editing or creative purposes.
-
Image Super-Resolution (Enhance Image Quality)
- Upscale low-resolution images to high-definition, preserving important details and clarity.
-
Cartoonization
- Turn photos into cartoon-like images, giving a fun and artistic twist to your pictures.
-
Image Inpainting (Object Removal)
- Effortlessly remove unwanted objects and reconstruct missing areas in images.
-
Age Progression and Regression
- Simulate aging effects to see younger or older versions of the person in the image.
-
Image Denoising
- Reduce noise in images, enhancing clarity and making them appear cleaner.
-
Auto-Background Blur (Portrait Mode)
- Create a soft bokeh effect on the background, enhancing the subject's focus.
-
Photo Restoration (Black & White to Color)
- Restore old or damaged photos, adding color and clarity for a refreshed look.
-
HDR Effect (High Dynamic Range)
- Enhance images with a high dynamic range for more vivid colors and rich details.
-
AI-Powered Image Captioning
- Automatically generate descriptive captions for images, adding context and meaning.
Development Start Date: October 26, 2024
Stay tuned for progress updates as we work on implementing and refining each feature!
To run the example project:
-
create a virtual enviroment and activate it
-
Install dependencies via
pip
:pip install -r requirements.txt
-
Run development server:
python manage.py runserver
-
using
which npm
or `where npm' to local your npm (it is different for windows and linux) -
Open two separate terminal and run
python manage.py tailwind start
in one teminal andpython manage.py runserver
in other terminal
. Open http://localhost:8000
in a browser. You should see the main page.
-
Build containers via
docker-compose
:docker compose build
-
Start containers:
docker compose up
-
Open
http://localhost:8000
in a browser. You should see the login page and sign up only
For questions or support, please reach out to us via GitHub Issues.