Repository: https://github.com/intellwe/wedio
A professional AI-powered media processing suite for enterprises and content creators. Transform documents into videos, clone voices, transcribe meetings, and generate professional audio content with cutting-edge AI technology.
- Firebase Authentication: Secure email/password based user authentication
 - User Profiles: Personal dashboards with usage statistics
 - Real-time Analytics: Track files processed, audio generated, videos created, and transcriptions
 - Plan Management: Free and Premium tier support
 - Session Management: Secure login/logout with persistent sessions
 
- Usage Statistics: Real-time tracking of user activity
 - Progress Monitoring: Visual analytics for content creation
 - Account Management: Profile settings and plan information
 - Protected Routes: Secure access to premium features
 
- Multi-Speaker Recognition: Advanced diarization technology automatically identifies and separates speakers
 - Real-Time Processing: Live recording with instant transcription
 - File Format Support: MP3, WAV, M4A, and more audio formats
 - Smart Export: JSON, TXT formats with speaker identification
 - AI Summaries: Generate executive summaries and key insights
 - Professional UI: Color-coded speakers with timestamps
 - User Tracking: Automatic stats tracking for transcription usage
 
- PDF Processing: Extract text from any PDF document
 - AI Content Enhancement:
- Real translation (Hindi, English, and more)
 - Content summarization
 - Professional script formatting
 
 - Voice Narration: 40+ premium AI voices
 - Video Generation: Create professional videos with audio narration
 - SEO Optimization: Perfect for content marketing, e-learning, and presentations
 - Analytics Integration: Track document processing and video creation
 
- Premium Voices: Choose from 40+ natural-sounding AI voices
 - Voice Customization: Adjust stability, clarity, and speech patterns
 - Bulk Processing: Handle large text documents (up to 5000 characters)
 - Multiple Formats: Download as MP3, WAV
 - Enterprise Quality: Studio-grade audio output
 - Usage Monitoring: Track audio generation minutes
 
- AI Voice Cloning: Transform any voice into premium AI voices
 - Real-Time Processing: Upload audio or record directly
 - Voice Settings: Fine-tune stability, style, and similarity
 - Professional Quality: Remove background noise automatically
 - Enterprise Applications: Perfect for audiobooks, podcasts, and presentations
 - Performance Tracking: Monitor voice processing statistics
 
- 
Clone the repository
git clone https://github.com/intellwe/wedio.git cd wedio - 
Install dependencies
npm install
 - 
Set up Firebase Authentication
- Go to Firebase Console
 - Create a new project
 - Enable Authentication with Email/Password provider
 - Enable Firestore Database with these rules:
 
rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /users/{userId} { allow read, write: if request.auth != null && request.auth.uid == userId; } } }
 - 
Configure environment variables
cp env.example .env
 
- Files processed counter
 - Audio generation time tracking (in minutes)
 - Video creation statistics
 - Transcription usage metrics
 
- All user data stored securely in Firestore
 - Authentication handled by Firebase Auth
 - Real-time database security rules
 - Client-side encryption for sensitive data
 
- Training Materials: Convert PDFs to narrated training videos
 - Meeting Transcription: Multi-speaker meeting notes with summaries
 - Content Localization: Translate documents and generate localized audio
 - E-Learning: Create course materials from existing documents
 
- YouTube Videos: Generate narrated content from scripts
 - Podcast Production: Voice cloning and audio enhancement
 - Audiobooks: Convert written content to professional narration
 - Marketing Materials: Multi-language promotional content
 
- Legal Transcription: Accurate speaker identification for depositions
 - Medical Transcription: Patient consultation recordings
 - Academic Research: Interview transcription with speaker diarization
 - Business Intelligence: Meeting analysis and key insight extraction
 
- Guest Access: View dashboard and feature descriptions
 - Sign Up: Create account with email/password
 - Authentication: Secure login with Firebase
 - Protected Features: Access to all AI tools after authentication
 - Real-time Stats: Live tracking of usage across all features
 - Session Management: Persistent login with secure logout
 
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by IntellWe - Empowering enterprises with AI-powered solutions
