nudenet
NudeNet: NSFW Object Detection for TFJS and NodeJS
File Explorer
- index.js
- group1-shard1of5.bin
- group1-shard2of5.bin
- group1-shard3of5.bin
- group1-shard4of5.bin
- group1-shard5of5.bin
- model.json
- group1-shard1of5.bin
- group1-shard2of5.bin
- group1-shard3of5.bin
- group1-shard4of5.bin
- group1-shard5of5.bin
- model.json
- nude-out-base.jpg
- nude-out-default.jpg
- nude.jpg
- video.webm
- index.html
- index.ts
- node-video.js
- nudenet.js
- .build.json
- .eslintrc.json
- .gitignore
- favicon.ico
- package.json
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
ffmpeg
View Details ▼
ffmpeg
Video conversion tool.
See also: `gst-launch-1.0`.
ffmpeg -i {{path/to/video.mp4}} -vn {{path/to/sound.mp3}}
Extract the sound from a video and save it as MP3:
ffmpeg -i {{path/to/input_audio.flac}} -ar 44100 -sample_fmt s16 {{path/to/output_audio.wav}}
Transcode a FLAC file to Red Book CD format (44100kHz, 16bit):
ffmpeg -i {{path/to/video.mp4}} {{[-vf|-filter:v]}} 'scale=-1:1000' -r 15 {{path/to/output.gif}}
Save a video as GIF, scaling the height to 1000px and setting framerate to 15:
// repository documentation
Was this content helpful?
(0 ratings)
