{"id":28259671,"url":"https://github.com/anuranjanjain/video-upscaler","last_synced_at":"2026-01-24T09:01:40.681Z","repository":{"id":263679369,"uuid":"891155213","full_name":"AnuranjanJain/Video-Upscaler","owner":"AnuranjanJain","description":"A WebAPP designed for upscalling video to HD Resolution using custom Denoise filter and OpenCV","archived":false,"fork":false,"pushed_at":"2025-04-26T18:04:25.000Z","size":1815,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T18:00:56.372Z","etag":null,"topics":["artificial-intelligence","opencv","python","scikit-learn","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/AnuranjanJain.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}},"created_at":"2024-11-19T20:32:19.000Z","updated_at":"2025-05-01T18:41:52.000Z","dependencies_parsed_at":"2025-06-15T17:49:35.253Z","dependency_job_id":null,"html_url":"https://github.com/AnuranjanJain/Video-Upscaler","commit_stats":null,"previous_names":["anuranjanjain/video-upscale"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnuranjanJain/Video-Upscaler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuranjanJain%2FVideo-Upscaler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuranjanJain%2FVideo-Upscaler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuranjanJain%2FVideo-Upscaler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuranjanJain%2FVideo-Upscaler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnuranjanJain","download_url":"https://codeload.github.com/AnuranjanJain/Video-Upscaler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnuranjanJain%2FVideo-Upscaler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28721975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["artificial-intelligence","opencv","python","scikit-learn","tailwindcss"],"created_at":"2025-05-20T03:12:38.724Z","updated_at":"2026-01-24T09:01:40.653Z","avatar_url":"https://github.com/AnuranjanJain.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Enhancer\n\nA sleek web application for enhancing videos using AI-powered techniques. The application features a beautiful purple and black theme with modern UI elements, animations, and blur effects.\n\n![Video Enhancer Home](screenshots/home_screen.png)\n\n## 🌟 Features\n\n- **Video Enhancement**: AI-powered enhancement for your videos\n  - Noise reduction\n  - Color enhancement\n  - Detail sharpening\n  - Video stabilization (optional)\n- **Modern UI**: Beautiful purple and black themed interface with blur effects and animations\n- **User-Friendly**: Simple drag-and-drop interface\n- **Real-Time Feedback**: Progress tracking during enhancement\n- **Responsive Design**: Works on desktop and mobile devices\n\n## 📸 Screenshots\n\n### Home Screen\n![Home Screen](screenshots/home_screen.png)\n\n### File Upload\n![File Upload](screenshots/file_upload.png)\n\n### Processing Screen\n![Processing](screenshots/processing.png)\n\n### Result Screen\n![Result](screenshots/result.png)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Python 3.7+\n- Flask\n- OpenCV\n- NumPy\n- Scikit-image\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/yourusername/video-enhancer.git\n   cd video-enhancer\n   ```\n\n2. Install required Python packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the application:\n   ```bash\n   python app.py\n   ```\n\n4. Open your browser and navigate to:\n   ```\n   http://127.0.0.1:5000\n   ```\n\n## 🛠️ How It Works\n\n1. **Upload a Video**: Drag and drop or select a video file using the upload button\n2. **Choose Enhancement Options**: Select the desired enhancement options\n3. **Enhance Video**: Click the \"Enhance Video\" button to start the enhancement process\n4. **Processing**: The application will show a progress screen while enhancing your video\n5. **Download**: Once processing is complete, you can preview and download the enhanced video\n\n## 🔧 Technical Details\n\nThe Video Enhancer application uses a combination of:\n\n- **Frontend**: HTML, CSS, JavaScript, Bulma CSS Framework\n- **Backend**: Flask (Python web framework)\n- **Video Processing**: OpenCV, NumPy, Scikit-image\n- **Enhancement Techniques**:\n  - Frame extraction and resizing\n  - Noise reduction algorithms\n  - Color correction\n  - Detail enhancement\n  - Frame reconstruction\n\n## 📁 Project Structure\n\n```\nvideo-enhancer/\n├── app.py                # Main Flask application\n├── Enhancer.py           # Core enhancement logic\n├── preprocess.py         # Video preprocessing functions\n├── denoise.py            # Noise reduction algorithms\n├── requirements.txt      # Python dependencies\n├── static/               # Static assets\n│   ├── style.css         # Main CSS\n│   ├── vdo_style.css     # Video player CSS\n│   ├── script.js         # JavaScript\n│   └── output_video.mp4  # Output video (generated)\n├── templates/            # HTML templates\n│   ├── index.html        # Home page\n│   ├── wait.html         # Processing page\n│   └── video.html        # Results page\n├── media/                # Media processing directories\n│   ├── temp/\n│   ├── resized_temp/\n│   ├── target_output_temp/\n│   ├── denoised_frames_temp/\n│   └── output/\n└── upload/               # Upload directory\n```\n\n## ⚙️ Configuration\n\nYou can modify the enhancement parameters in the `Enhancer.py` file:\n\n- Change output resolution (default: 1280x720)\n- Adjust noise reduction parameters\n- Modify enhancement intensity\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit 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- [Flask](https://flask.palletsprojects.com/) - Web framework\n- [Bulma](https://bulma.io/) - CSS framework\n- [Font Awesome](https://fontawesome.com/) - Icons\n- [OpenCV](https://opencv.org/) - Computer vision library \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuranjanjain%2Fvideo-upscaler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuranjanjain%2Fvideo-upscaler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuranjanjain%2Fvideo-upscaler/lists"}