Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felpsalvs/shorts-sumary
Project that combines several technologies to create a robust web application. It uses Vite for frontend development, Express for the backend, and several libraries for media manipulation and API calls.
https://github.com/felpsalvs/shorts-sumary
Last synced: 1 day ago
JSON representation
Project that combines several technologies to create a robust web application. It uses Vite for frontend development, Express for the backend, and several libraries for media manipulation and API calls.
- Host: GitHub
- URL: https://github.com/felpsalvs/shorts-sumary
- Owner: felpsalvs
- Created: 2023-10-18T15:38:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-11T18:44:48.000Z (5 months ago)
- Last Synced: 2024-06-12T03:36:54.168Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Description
Project that combines several technologies to create a robust web application. It uses Vite for frontend development, Express for the backend, and several libraries for media manipulation and API calls.## Functionalities
- **Frontend**: Uses Vite for bundling and rapid development.
- **Backend**: Implemented with Express, a minimalist framework for Node.js web applications.
- **Transformers**: Integration with the `@xenova/transformers` library for natural language processing tasks.
- **Media Manipulation**: Uses `ffmpeg-static` and `fluent-ffmpeg` to manipulate audio and video files.
- **Video Download**: Uses `ytdl-core` to download videos from YouTube.
- **API Calls**: `axios` to make HTTP calls.
- **Audio Manipulation**: `node-wav` for reading and manipulating WAV files.
- **CORS**: Configured with `cors` to handle Cross-Origin Resource Sharing.