Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,54 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
#
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI File Converter Pro
|
| 3 |
+
emoji: 🔄
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: python
|
| 7 |
+
sdk_version: 3.10
|
| 8 |
+
app_file: main.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
tags:
|
| 12 |
+
- file-converter
|
| 13 |
+
- ai
|
| 14 |
+
- pyqt6
|
| 15 |
+
- document-converter
|
| 16 |
+
- image-converter
|
| 17 |
+
- video-converter
|
| 18 |
+
- audio-converter
|
| 19 |
+
- ocr
|
| 20 |
+
---
|
| 21 |
|
| 22 |
+
# AI File Converter Pro
|
| 23 |
|
| 24 |
+
An intelligent, AI-powered file converter that supports documents, images, videos, and audio files with smart enhancement capabilities.
|
| 25 |
|
| 26 |
+
## 🚀 Features
|
| 27 |
|
| 28 |
+
- **Multi-Format Support**: Convert between 20+ file formats
|
| 29 |
+
- Documents: PDF, DOCX, TXT, HTML, MD
|
| 30 |
+
- Images: PNG, JPG, WebP, BMP, TIFF
|
| 31 |
+
- Videos: MP4, AVI, MKV, MOV, WebM
|
| 32 |
+
- Audio: MP3, WAV, OGG, M4A, FLAC
|
| 33 |
|
| 34 |
+
- **AI-Powered Features**
|
| 35 |
+
- Smart format recommendations
|
| 36 |
+
- Automatic quality optimization
|
| 37 |
+
- Image enhancement (contrast, sharpness)
|
| 38 |
+
- Audio normalization
|
| 39 |
+
- OCR text extraction from images/PDFs
|
| 40 |
|
| 41 |
+

|
| 42 |
|
| 43 |
+
- **User-Friendly Interface**
|
| 44 |
+
- Drag & drop support
|
| 45 |
+
- Batch processing
|
| 46 |
+
- Real-time progress tracking
|
| 47 |
+
- Built-in AI assistant for help
|
| 48 |
+
|
| 49 |
+
## 📋 Requirements
|
| 50 |
+
|
| 51 |
+
```bash
|
| 52 |
+
Python 3.8+
|
| 53 |
+
FFmpeg (for video/audio conversion)
|
| 54 |
+
Tesseract OCR (optional, for text extraction)
|