{"id":40522992,"url":"https://github.com/aramb-dev/transcriptr","last_synced_at":"2026-01-20T21:09:52.671Z","repository":{"id":282883006,"uuid":"949584681","full_name":"aramb-dev/transcriptr","owner":"aramb-dev","description":"Transcriptr is a modern web application that converts audio files to text using artificial intelligence. It provides a clean, intuitive interface for uploading audio files and receiving high-quality transcriptions powered by Replicate's Incredibly Fast Whisper model.","archived":false,"fork":false,"pushed_at":"2026-01-18T16:27:01.000Z","size":16990,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T00:40:46.683Z","etag":null,"topics":["ai","openai","openai-whisper","replicate","replicate-","transcri"],"latest_commit_sha":null,"homepage":"https://transcriptr.aramb.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aramb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-16T19:19:18.000Z","updated_at":"2026-01-18T16:25:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb7e2b7b-0b2a-41be-ba13-034c440b56c6","html_url":"https://github.com/aramb-dev/transcriptr","commit_stats":null,"previous_names":["aramb-dev/transcriptr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aramb-dev/transcriptr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramb-dev%2Ftranscriptr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramb-dev%2Ftranscriptr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramb-dev%2Ftranscriptr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramb-dev%2Ftranscriptr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aramb-dev","download_url":"https://codeload.github.com/aramb-dev/transcriptr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aramb-dev%2Ftranscriptr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","openai","openai-whisper","replicate","replicate-","transcri"],"created_at":"2026-01-20T21:09:52.117Z","updated_at":"2026-01-20T21:09:52.656Z","avatar_url":"https://github.com/aramb-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/2a08872b-ce65-4b82-be7f-3a7a4fd6b0ad/deploy-status)](https://app.netlify.com/sites/transcriptr/deploys)\n\n# Transcriptr - AI-Powered Audio Transcription\n\nTranscriptr is a modern web application that converts audio files to text using artificial intelligence. It provides a clean, intuitive interface for uploading audio files and receiving high-quality transcriptions powered by Replicate's Incredibly Fast Whisper model.\n\nVisit the live demo at [Transcriptr Demo](https://transcriptr.aramb.dev).\n\n![Transcriptr Screenshot](https://hc-cdn.hel1.your-objectstorage.com/s/v3/45e4e8138906a0b9ee7229c575d5ff7cd8226ca8_image.png)\n\n## Features\n\n- **Audio Transcription**: Convert audio to text with high accuracy\n- **Multiple Format Support**: Download transcriptions in TXT, MD, PDF, and DOCX formats\n- **Language Selection**: Choose from multiple languages for better accuracy\n- **Speaker Diarization**: Optionally identify different speakers in the transcription\n- **Batch Processing**: Handle large files efficiently with optimized processing\n- **Export Options**: Download individual formats or all formats as a ZIP\n\n## Technology Stack\n\n- **Frontend**: React with TypeScript, powered by Next.js for server-side rendering and static site generation\n- **UI**: Tailwind CSS with shadcn/ui components for a modern interface\n- **Backend**: Next.js API Routes for handling API requests\n- **AI Integration**: Replicate API for accessing the Incredibly Fast Whisper model\n- **Document Handling**:\n  - Printerz for high-quality PDF template rendering\n  - Libraries for generating DOCX, and ZIP files\n- **Storage**: Firebase Storage for saving generated documents\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- bun\n- Replicate API token (for AI transcription)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/aramb-dev/transcriptr.git\n   cd transcriptr\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   bun install\n   ```\n\n3. Create a .env.local file in the root directory with your Replicate API token:\n\n   ```\n   NEXT_PUBLIC_REPLICATE_API_TOKEN=your_replicate_api_token_here\n   ```\n\n4. Start the development server:\n\n   ```bash\n   bun run dev\n   ```\n\n5. Open your browser to `http://localhost:3000` to see the application.\n\n## Environment Variables\n\nTranscriptr requires several environment variables to function properly. Create a `.env.local` file in the project root with the following variables:\n\n### Required Environment Variables\n\n| Variable                                   | Description                                                              |\n| ------------------------------------------ | ------------------------------------------------------------------------ |\n| `NEXT_PUBLIC_REPLICATE_API_TOKEN`          | Your Replicate API token for accessing the Incredibly Fast Whisper model |\n| `NEXT_PUBLIC_FIREBASE_API_KEY`             | Firebase API key for storage services                                    |\n| `NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN`         | Firebase auth domain                                                     |\n| `NEXT_PUBLIC_FIREBASE_PROJECT_ID`          | Firebase project ID                                                      |\n| `NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET`      | Firebase storage bucket for storing transcriptions and PDFs              |\n| `NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID` | Firebase messaging sender ID                                             |\n| `NEXT_PUBLIC_FIREBASE_APP_ID`              | Firebase application ID                                                  |\n| `NEXT_PUBLIC_PRINTERZ_API_KEY`             | API key for Printerz PDF generation services                             |\n\n### Optional Environment Variables\n\n| Variable                           | Description                                                                      | Default       |\n| ---------------------------------- | -------------------------------------------------------------------------------- | ------------- |\n| `NEXT_PUBLIC_CLOUDCONVERT_API_KEY` | CloudConvert API key for automatic audio format conversion (M4A, AAC, WMA → MP3) | None          |\n| `PORT`                             | Port for the server to listen on                                                 | `3000`        |\n| `NODE_ENV`                         | Environment mode (`development` or `production`)                                 | `development` |\n\n### Example .env.local file\n\n```\nNEXT_PUBLIC_REPLICATE_API_TOKEN=your_replicate_token_here\nNEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key\nNEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com\nNEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id\nNEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-project.appspot.com\nNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=123456789012\nNEXT_PUBLIC_FIREBASE_APP_ID=1:123456789012:web:abcdef1234567890\nNEXT_PUBLIC_PRINTERZ_API_KEY=your_printerz_api_key\nNEXT_PUBLIC_CLOUDCONVERT_API_KEY=your_cloudconvert_api_key\n```\n\n### Getting API Keys\n\n- **Replicate API Token**: Sign up at [Replicate](https://replicate.com/) and create an API token\n- **Firebase**: Set up a project in [Firebase Console](https://console.firebase.google.com/) and get your credentials\n- **Printerz**: Create an account at [Printerz](https://printerz.dev/) and get your API key\n- **CloudConvert** (optional): Register at [CloudConvert](https://cloudconvert.com/) to enable automatic conversion of M4A, AAC, WMA, and other formats to MP3\n\n## Build and Deployment\n\n### Building for Production\n\nTo build the application for production:\n\n```bash\nbun run build\n```\n\nThis command creates an optimized production build in the `.next` directory.\n\n### Deploying to Production\n\n1. Build the application as described above\n2. Set the environment variable `NODE_ENV` to `production`\n3. Start the server:\n   ```bash\n   bun run start\n   ```\n\nThe server will run on port 3000 by default, but you can override this by setting the `PORT` environment variable.\n\n### Docker Deployment (Optional)\n\nCreate a Dockerfile in the root directory:\n\n```dockerfile\nFROM node:18-alpine\n\nWORKDIR /app\n\nCOPY package*.json ./\nRUN bun install\n\nCOPY . .\nRUN bun run build\n\nENV NODE_ENV=production\nENV PORT=3000\n\nEXPOSE 3000\n\nCMD [\"bun\", \"run\", \"start\"]\n```\n\nBuild and run the Docker container:\n\n```bash\ndocker build -t transcriptr .\ndocker run -p 3000:3000 -e NEXT_PUBLIC_REPLICATE_API_TOKEN=your_token_here transcriptr\n```\n\n## Project Structure\n\n```\ntranscriptr/\n├── public/                # Static assets\n├── src/                   # Source code\n│   ├── app/               # Next.js App Router\n│   │   ├── layout.tsx     # Main layout\n│   │   └── page.tsx       # Main page\n│   ├── components/        # React components\n│   │   ├── ui/            # UI components based on shadcn/ui\n│   │   └── ...\n│   ├── hooks/             # Custom React hooks\n│   ├── lib/               # Utility functions\n│   └── server/            # Server-side logic\n├── next.config.mjs        # Next.js configuration\n├── tailwind.config.js     # Tailwind CSS configuration\n├── tsconfig.json          # TypeScript configuration\n└── package.json           # Dependencies and scripts\n```\n\n## API Documentation\n\nNext.js API Routes are used for the backend. The API endpoints are located in the `src/app/api` directory.\n\n## Audio Format Support\n\nTranscriptr supports a wide range of audio formats with **automatic conversion**:\n\n### 🚀 Directly Supported (Fastest Processing)\n\n- MP3 (.mp3) - Most common format\n- WAV (.wav) - Uncompressed audio\n- FLAC (.flac) - Lossless compression\n- OGG (.ogg) - Open-source format\n\n### 🔄 Auto-Converted Formats (Slightly Longer Processing)\n\n- M4A (.m4a) - iPhone/macOS recordings\n- AAC (.aac) - Advanced Audio Coding\n- MP4 (.mp4) - Video files with audio\n- WMA (.wma) - Windows Media Audio\n- AIFF (.aiff) - Apple format\n- CAF (.caf) - Core Audio Format\n\n### How It Works\n\n1. **Upload any supported format** - No manual conversion needed!\n2. **Automatic detection** - System identifies if conversion is required\n3. **Seamless processing** - Unsupported formats are converted to MP3 automatically\n4. **Transparent progress** - View conversion status in real-time\n\n\u003e **Note**: To enable automatic conversion, you need to set up the `CLOUDCONVERT_API_KEY` environment variable. See the [Environment Variables](#environment-variables) section for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgements\n\n- [Replicate](https://replicate.com/) for providing the Incredibly Fast Whisper model\n- [shadcn/ui](https://ui.shadcn.com/) for the component library\n- [Tailwind CSS](https://tailwindcss.com/) for styling\n- [React](https://reactjs.org/) for the UI framework\n- [Next.js](https://nextjs.org/) for the application framework\n- [Printerz](https://printerz.dev/) for PDF template rendering and generation\n\n---\n\nDeveloped by [Abdur-Rahman Bilal (aramb-dev)](https://github.com/aramb-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faramb-dev%2Ftranscriptr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faramb-dev%2Ftranscriptr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faramb-dev%2Ftranscriptr/lists"}