Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
2
57
Saurav Panda
sauravpanda
Follow
21world's profile picture
ahmadhugface's profile picture
2 followers
ยท
8 following
sauravpanda24
sauravpanda
AI & ML interests
Small models and edge runtime!
Recent Activity
liked
a model
9 days ago
Qwen/Qwen2.5-14B-Instruct-1M
liked
a model
11 days ago
OuteAI/Lite-Mistral-150M-v2-Instruct
replied
to
Xenova
's
post
14 days ago
Introducing Kokoro.js, a new JavaScript library for running Kokoro TTS, an 82 million parameter text-to-speech model, 100% locally in the browser w/ WASM. Powered by ๐ค Transformers.js. WebGPU support coming soon! ๐ npm i kokoro-js ๐ Try it out yourself: https://huggingface.co/spaces/webml-community/kokoro-web Link to models/samples: https://huggingface.co/onnx-community/Kokoro-82M-ONNX You can get started in just a few lines of code! ```js import { KokoroTTS } from "kokoro-js"; const tts = await KokoroTTS.from_pretrained( "onnx-community/Kokoro-82M-ONNX", { dtype: "q8" }, // fp32, fp16, q8, q4, q4f16 ); const text = "Life is like a box of chocolates. You never know what you're gonna get."; const audio = await tts.generate(text, { voice: "af_sky" }, // See `tts.list_voices()` ); audio.save("audio.wav"); ``` Huge kudos to the Kokoro TTS community, especially taylorchu for the ONNX exports and Hexgrad for the amazing project! None of this would be possible without you all! ๐ค The model is also extremely resilient to quantization. The smallest variant is only 86 MB in size (down from the original 326 MB), with no noticeable difference in audio quality! ๐คฏ
View all activity
Organizations
models
7
Sort:ย Recently updated
sauravpanda/DeepSeek-R1-Distill-Qwen-1.5B-MLC
Updated
16 days ago
sauravpanda/smollm2-135m-qna-MLC-q4f16_1
Updated
29 days ago
sauravpanda/smollm2-135m-qna
Text Generation
โข
Updated
29 days ago
โข
15
sauravpanda/smollm2-135m-qna-MLC-q0f32-v1
Updated
29 days ago
sauravpanda/SmolLM2-135-onnx
Updated
Jan 5
sauravpanda/gte-small-onnx
Updated
Dec 25, 2024
โข
33
sauravpanda/Llama-3.2-1b-qna-reasoning-json-v1-q4f16_0-MLC
Updated
Dec 25, 2024
datasets
None public yet