Spaces:
Sleeping
Sleeping
Peter Idoko
commited on
Commit
·
5ed2f4c
1
Parent(s):
f8a6f0a
updated readme
Browse files
README.md
CHANGED
@@ -4,10 +4,10 @@ app_file: app.py
|
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.13.2
|
6 |
---
|
7 |
-
#
|
8 |
|
9 |
## **Overview**
|
10 |
-
This project creates a **
|
11 |
|
12 |
## **Installation**
|
13 |
### **Prerequisites**
|
@@ -38,7 +38,7 @@ DATABASE_FOLDER: Path to the folder containing the image tiles.
|
|
38 |
```
|
39 |
|
40 |
### **Performance Improvements**
|
41 |
-
Uses parallel processing for faster execution.
|
42 |
|
43 |
## Author
|
44 |
**Peter Chibuikem Idoko**
|
|
|
4 |
sdk: gradio
|
5 |
sdk_version: 5.13.2
|
6 |
---
|
7 |
+
# Interactive Image Mosaic Generator
|
8 |
|
9 |
## **Overview**
|
10 |
+
This project creates a **mosaic** by segmenting an input image into a grid of tiles and replacing each tile with the closest-matching image from a predefined database.
|
11 |
|
12 |
## **Installation**
|
13 |
### **Prerequisites**
|
|
|
38 |
```
|
39 |
|
40 |
### **Performance Improvements**
|
41 |
+
Uses parallel processing and a KD Tree for faster execution.
|
42 |
|
43 |
## Author
|
44 |
**Peter Chibuikem Idoko**
|