Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
2
3
11
Fotie M. Constant
fotiecodes
Follow
0 followers
Ā·
1 following
https://fotiecodes.com
fotie_codes
FotieMConstant
AI & ML interests
Full-stack, AI & ML interests
Recent Activity
upvoted
an
article
8 days ago
o3-mini & Deepseek-R1
liked
a Space
15 days ago
webml-community/kokoro-web
reacted
to
Xenova
's
post
with ā¤ļø
15 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
3
Sort:Ā Recently updated
fotiecodes/jarvis-small-3b
Updated
Nov 18, 2024
ā¢
32
fotiecodes/Turaco-8B-v0.1
Updated
Sep 23, 2024
ā¢
56
ā¢
1
fotiecodes/Llama-2-7b-chat-jarvis
Text Generation
ā¢
Updated
Jul 11, 2024
ā¢
9
ā¢
4
datasets
5
Sort:Ā Recently updated
fotiecodes/lanadoc_dataset
Viewer
ā¢
Updated
Dec 27, 2024
ā¢
30
ā¢
36
fotiecodes/jarvis-llama3.2-dataset
Viewer
ā¢
Updated
Sep 29, 2024
ā¢
230
ā¢
51
ā¢
2
fotiecodes/turaco-dataset
Viewer
ā¢
Updated
Sep 23, 2024
ā¢
103
ā¢
47
fotiecodes/jarvis-llama2-dataset
Viewer
ā¢
Updated
Jul 11, 2024
ā¢
230
ā¢
85
ā¢
7
fotiecodes/jarvis-llama2-dataset-raw
Viewer
ā¢
Updated
Jul 11, 2024
ā¢
230
ā¢
60
ā¢
1