diff --git a/README.md b/README.md index b34cf949..4cfa0274 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Reflector is an AI-powered audio transcription and meeting analysis platform tha +
By Greyhaven
+ ## What is Reflector? Reflector is a web application that utilizes local models to process audio content, providing: @@ -210,7 +212,13 @@ All new contributions should be made in a separate branch, and goes through a Pu ## Future Plans -- **Daily.co integration with multitrack processing**: Support for Daily.co live rooms with per-participant audio tracks for improved diarization and transcription quality. +- **Multi-language support enhancement**: Default language selection per room/user, automatic language detection improvements, multi-language diarization, and RTL language UI support +- **Jitsi integration**: Self-hosted video conferencing rooms with no external API keys, full control over video infrastructure, and enhanced privacy +- **Calendar integration**: Google Calendar and Microsoft Outlook synchronization, automatic meeting room creation, and post-meeting transcript delivery +- **Enhanced analytics**: Meeting insights dashboard, speaker participation metrics, topic trends over time, and team collaboration patterns +- **Advanced AI features**: Real-time sentiment analysis, emotion detection, meeting quality scores, and automated coaching suggestions +- **Integration ecosystem**: Slack/Teams notifications, CRM integration (Salesforce, HubSpot), project management tools (Jira, Asana), and knowledge bases (Notion, Confluence) +- **Performance improvements**: WebAssembly for client-side processing, edge computing support, and network optimization ## Legacy Documentation diff --git a/docsv2/selfhosted-production.md b/docsv2/selfhosted-production.md index 817bd0ae..1783a3ac 100644 --- a/docsv2/selfhosted-production.md +++ b/docsv2/selfhosted-production.md @@ -39,7 +39,6 @@ Deploy Reflector on a single server with everything running in Docker. Transcrip - **Any S3-compatible provider** (Backblaze B2, Cloudflare R2, DigitalOcean Spaces, etc.): same fields + custom endpoint URL **Optional add-ons (configure after initial setup):** -- **Daily.co** (live meeting rooms): Requires a Daily.co account (https://www.daily.co/), API key, subdomain, and an AWS S3 bucket + IAM Role for recording storage. See [Enabling Daily.co Live Rooms](#enabling-dailyco-live-rooms) below. - **Authentik** (user authentication): Requires an Authentik instance with an OAuth2/OIDC application configured for Reflector. See [Enabling Authentication](#enabling-authentication-authentik) below. ## Quick Start @@ -339,23 +338,6 @@ By default, authentication is disabled (`AUTH_BACKEND=none`, `FEATURE_REQUIRE_LO ``` 5. Restart: `docker compose -f docker-compose.selfhosted.yml down && ./scripts/setup-selfhosted.sh