embedingHF commited on
Commit
d6997a9
·
verified ·
1 Parent(s): 84fc8e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -13
README.md CHANGED
@@ -1,20 +1,54 @@
1
- <div align="center">
2
- <img width="1200" height="475" alt="GHBanner" src="https://ai.google.dev/static/site-assets/images/share-ais-513315318.png" />
3
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- # Run and deploy your AI Studio app
6
 
7
- This contains everything you need to run your app locally.
8
 
9
- View your app in AI Studio: https://ai.studio/apps/48983e54-faea-404c-9ee2-ec652ce66c0b
10
 
11
- ## Run Locally
 
 
 
 
12
 
13
- **Prerequisites:** Node.js
 
 
 
 
 
14
 
 
15
 
16
- 1. Install dependencies:
17
- `npm install`
18
- 2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
19
- 3. Run the app:
20
- `npm run dev`
 
 
 
 
 
 
 
 
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
+ ![Banner](https://i.ytimg.com/vi/3_U5T2Qg5_o/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLA_ciOfAAWCyJTzbW4iKMSAlqFkBA.png)
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)