AI & ML interests

vision , multimedia , gradio, accessibility & cool demos

Recent Activity

TonicΒ  updated a Space 9 months ago
TeamTonic/README
TonicΒ  updated a Space 10 months ago
TeamTonic/MultiMed
View all activity

TeamTonic's activity

ZennyKennyΒ 
posted an update about 3 hours ago
view post
Post
54
I've completed the first unit of the just-launched Hugging Face Agents Course. I would highly recommend it, even for experienced builders, because it is a great walkthrough of the smolagents library and toolkit.
prithivMLmodsΒ 
posted an update 4 days ago
view post
Post
3652
QwQ Edge Gets a Small Update..! πŸ’¬
try now: prithivMLmods/QwQ-Edge

πŸš€Now, you can use the following commands for different tasks:

πŸ–ΌοΈ @image 'prompt...' β†’ Generates an image
πŸ”‰@tts1 'prompt...' β†’ Generates speech in a female voice
πŸ”‰ @tts2 'prompt...' β†’ Generates speech in a male voice
πŸ…°οΈ@text 'prompt...' β†’ Enables textual conversation (If not specified, text-to-text generation is the default mode)

πŸ’¬Multimodality Support : prithivMLmods/Qwen2-VL-OCR-2B-Instruct
πŸ’¬For text generation, the FastThink-0.5B model ensures quick and efficient responses, prithivMLmods/FastThink-0.5B-Tiny
πŸ’¬Image Generation: sdxl lightning model, SG161222/RealVisXL_V4.0_Lightning

Github: https://github.com/PRITHIVSAKTHIUR/QwQ-Edge

graph TD
    A[User Interface] --> B[Chat Logic]
    B --> C{Command Type}
    C -->|Text| D[FastThink-0.5B]
    C -->|Image| E[Qwen2-VL-OCR-2B]
    C -->|@image| F[Stable Diffusion XL]
    C -->|@tts| G[Edge TTS]
    D --> H[Response]
    E --> H
    F --> H
    G --> H
TonicΒ 
posted an update 8 days ago
view post
Post
1979
πŸ™‹πŸ»β€β™‚οΈhey there folks ,

Goedel's Theorem Prover is now being demo'ed on huggingface : Tonic/Math

give it a try !
prithivMLmodsΒ 
posted an update 10 days ago
view post
Post
4734
o3-Mini and Deepseek R1
Worked out with some famous and weird examples.

πŸ”₯Blog: https://huggingface.co/blog/prithivMLmods/o3-mini-vs-deepseek-r1

Prompt : Using HTML, CSS, and JavaScript in a single HTML file to create a simulation of the solar system. Pay extreme attention to the UI to make it as intuitive as possible. Ensure that every planet appears as a sphere and is labeled with its corresponding name.

example 1: o3 Mini , example 2: Deepseek R1

Q2 : https://huggingface.co/blog/prithivMLmods/o3-mini-vs-deepseek-r1#q2--web-solar-system-explorer
  • 1 reply
Β·
ZennyKennyΒ 
posted an update 12 days ago
view post
Post
421
GradientBoostingClassifier is an algorithm supported by the Python SciKit library, and now you can quickly train an ML model using this powerful technique on any (viable) dataset in the Hugging Face Hub without a line of code.

Love finishing a project right when the late night starts to turn into the early morning: sklearn-docs/GradientBoostingClassifier

Long time listener, first time caller, but always pleased to contribute, even if only adjacently, to the power of SciKit.
ameerazam08Β 
posted an update 12 days ago
not-lainΒ 
posted an update 13 days ago
AtAndDevΒ 
posted an update 14 days ago
view post
Post
1841
everywhere i go i see his face
prithivMLmodsΒ 
posted an update 14 days ago
view post
Post
5099
Deepswipe by
.
.
.
. DeepseekπŸ¬πŸ—Ώ






Everything is now in recovery. πŸ“‰πŸ“ˆ
Β·
TonicΒ 
posted an update 15 days ago
view post
Post
2865
πŸ™‹πŸ»β€β™‚οΈ Hey there folks ,

our team made a game during the @mistral-game-jam and we're trying to win the community award !

try our game out and drop us a ❀️ like basically to vote for us !

Mistral-AI-Game-Jam/TextToSurvive

hope you like it !
AtAndDevΒ 
posted an update 20 days ago
view post
Post
514
Deepseek gang on fire fr fr
prithivMLmodsΒ 
posted an update 22 days ago
AtAndDevΒ 
posted an update 22 days ago
view post
Post
1601
R1 is out! And with a lot of other R1 releated models...
ZennyKennyΒ 
posted an update 24 days ago
view post
Post
439
Really pleased with the Bring Your Own Model (BYOM) feature in Brave Browser: https://brave.com/blog/byom-nightly/

Takes about 5 minutes to configure your own locally running LLM as an in-browser assistant. Totally local, totally private, totally yours.
  • 1 reply
Β·
not-lainΒ 
posted an update 25 days ago
view post
Post
1567
we now have more than 2000 public AI models using ModelHubMixinπŸ€—
ZennyKennyΒ 
posted an update 26 days ago
view post
Post
417
On-demand audio transcription is an often-requested service without many good options on the market.

Using Hugging Face Spaces with Gradio SDK and the OpenAI Whisper model, I've put together a simple interface that supports the transcription and summarisation of audio files up to five minutes in length, completely open source and running on CPU upgrade. The cool thing is that it's built without a dedicated inference endpoint, completely on public infrastructure.

Check it out: ZennyKenny/AudioTranscribe

I wrote a short article about the backend mechanics for those who are interested: https://huggingface.co/blog/ZennyKenny/on-demand-public-transcription
  • 1 reply
Β·
prithivMLmodsΒ 
posted an update 26 days ago
view post
Post
3091
ChemQwen-vL [ Qwen for Chem Vision ] πŸ§‘πŸ»β€πŸ”¬

πŸ§ͺModel : prithivMLmods/ChemQwen-vL

πŸ“ChemQwen-vL is a vision-language model fine-tuned based on the Qwen2VL-2B Instruct model. It has been trained using the International Chemical Identifier (InChI) format for chemical compounds and is optimized for chemical compound identification. The model excels at generating the InChI and providing descriptions of chemical compounds based on their images. Its architecture operates within a multi-modal framework, combining image-text-text capabilities. It has been fine-tuned using datasets from: https://iupac.org/projects/

πŸ“’Colab Demo: https://tinyurl.com/2pn8x6u7, Collection : https://tinyurl.com/2mt5bjju

Inference with the documentation is possible with the help of the ReportLab library. https://pypi.org/project/reportlab/

πŸ€—: @prithivMLmods
  • 1 reply
Β·
TonicΒ 
posted an update 26 days ago
view post
Post
1848
πŸ™‹πŸ»β€β™‚οΈ Hey there folks ,

Facebook AI just released JASCO models that make music stems .

you can try it out here : Tonic/audiocraft

hope you like it
TonicΒ 
posted an update 29 days ago
view post
Post
2430
πŸ™‹πŸ»β€β™‚οΈHey there folks , Open LLM Europe just released Lucie 7B-Instruct model , a billingual instruct model trained on open data ! You can check out my unofficial demo here while we wait for the official inference api from the group : Tonic/Lucie-7B hope you like it πŸš€
not-lainΒ 
posted an update about 1 month ago
view post
Post
3989
Published a new blogpost πŸ“–
In this blogpost I have gone through the transformers' architecture emphasizing how shapes propagate throughout each layer.
πŸ”— https://huggingface.co/blog/not-lain/tensor-dims
some interesting takeaways :