AIQ PRO

aiqtech

AI & ML interests

None yet

Recent Activity

reacted to fantos's post with šŸ˜” about 12 hours ago
šŸŽØ BadgeCraft: Create Beautiful Badges with Ease! ✨ Hello there! Today I'm introducing BadgeCraft, a simple app that lets you create stunning badges for your websites, GitHub READMEs, and documentation. 🌟 Key Features šŸ–Œļø 14 diverse color options including vibrant neon colors šŸ”¤ Custom text input for label and message šŸ–¼ļø Support for 2000+ logos via Simple Icons šŸ”— Clickable link integration šŸ‘ļø Real-time preview šŸ’» Ready-to-use HTML code generation šŸ“ How to Use Label - Enter the text to display on the left side of the badge (e.g., "Discord", "Version", "Status") Message - Enter the text to display on the right side of the badge Logo - Type the name of a logo provided by Simple Icons (e.g., "discord", "github") Style - Choose the shape of your badge (flat, plastic, for-the-badge, etc.) Color Settings - Select background color, label background color, and logo color Link - Enter the URL that the badge will link to when clicked āœ… Use Cases Add social media links to your GitHub project README Display version information or download links on your website Include tech stack badges in blog posts Show status indicators in documentation (e.g., "in development", "stable") šŸ’” Tips Click on any of the prepared examples to automatically fill in all settings Copy the generated HTML code and paste directly into your website or blog HTML works in GitHub READMEs, but if you prefer markdown, use the ![alt text](badge URL) format šŸ‘Øā€šŸ’» Tech Stack This app was built using Gradio and leverages the shields.io API to generate badges. Its simple UI makes it accessible for everyone! šŸ”— https://huggingface.co/spaces/openfree/Badge ✨ Available under MIT License - feel free to use and modify.
reacted to fantos's post with šŸ¤ about 12 hours ago
šŸŽØ BadgeCraft: Create Beautiful Badges with Ease! ✨ Hello there! Today I'm introducing BadgeCraft, a simple app that lets you create stunning badges for your websites, GitHub READMEs, and documentation. 🌟 Key Features šŸ–Œļø 14 diverse color options including vibrant neon colors šŸ”¤ Custom text input for label and message šŸ–¼ļø Support for 2000+ logos via Simple Icons šŸ”— Clickable link integration šŸ‘ļø Real-time preview šŸ’» Ready-to-use HTML code generation šŸ“ How to Use Label - Enter the text to display on the left side of the badge (e.g., "Discord", "Version", "Status") Message - Enter the text to display on the right side of the badge Logo - Type the name of a logo provided by Simple Icons (e.g., "discord", "github") Style - Choose the shape of your badge (flat, plastic, for-the-badge, etc.) Color Settings - Select background color, label background color, and logo color Link - Enter the URL that the badge will link to when clicked āœ… Use Cases Add social media links to your GitHub project README Display version information or download links on your website Include tech stack badges in blog posts Show status indicators in documentation (e.g., "in development", "stable") šŸ’” Tips Click on any of the prepared examples to automatically fill in all settings Copy the generated HTML code and paste directly into your website or blog HTML works in GitHub READMEs, but if you prefer markdown, use the ![alt text](badge URL) format šŸ‘Øā€šŸ’» Tech Stack This app was built using Gradio and leverages the shields.io API to generate badges. Its simple UI makes it accessible for everyone! šŸ”— https://huggingface.co/spaces/openfree/Badge ✨ Available under MIT License - feel free to use and modify.
reacted to fantos's post with šŸ‘ about 12 hours ago
šŸŽØ BadgeCraft: Create Beautiful Badges with Ease! ✨ Hello there! Today I'm introducing BadgeCraft, a simple app that lets you create stunning badges for your websites, GitHub READMEs, and documentation. 🌟 Key Features šŸ–Œļø 14 diverse color options including vibrant neon colors šŸ”¤ Custom text input for label and message šŸ–¼ļø Support for 2000+ logos via Simple Icons šŸ”— Clickable link integration šŸ‘ļø Real-time preview šŸ’» Ready-to-use HTML code generation šŸ“ How to Use Label - Enter the text to display on the left side of the badge (e.g., "Discord", "Version", "Status") Message - Enter the text to display on the right side of the badge Logo - Type the name of a logo provided by Simple Icons (e.g., "discord", "github") Style - Choose the shape of your badge (flat, plastic, for-the-badge, etc.) Color Settings - Select background color, label background color, and logo color Link - Enter the URL that the badge will link to when clicked āœ… Use Cases Add social media links to your GitHub project README Display version information or download links on your website Include tech stack badges in blog posts Show status indicators in documentation (e.g., "in development", "stable") šŸ’” Tips Click on any of the prepared examples to automatically fill in all settings Copy the generated HTML code and paste directly into your website or blog HTML works in GitHub READMEs, but if you prefer markdown, use the ![alt text](badge URL) format šŸ‘Øā€šŸ’» Tech Stack This app was built using Gradio and leverages the shields.io API to generate badges. Its simple UI makes it accessible for everyone! šŸ”— https://huggingface.co/spaces/openfree/Badge ✨ Available under MIT License - feel free to use and modify.
View all activity

Organizations

KAISAR's profile picture ginigen's profile picture VIDraft's profile picture PowergenAI's profile picture

Posts 4

view post
Post
2657
🌐 AI Token Visualization Tool with Perfect Multilingual Support

Hello! Today I'm introducing my Token Visualization Tool with comprehensive multilingual support. This web-based application allows you to see how various Large Language Models (LLMs) tokenize text.

aiqtech/LLM-Token-Visual

✨ Key Features

šŸ¤– Multiple LLM Tokenizers: Support for Llama 4, Mistral, Gemma, Deepseek, QWQ, BERT, and more
šŸ”„ Custom Model Support: Use any tokenizer available on HuggingFace
šŸ“Š Detailed Token Statistics: Analyze total tokens, unique tokens, compression ratio, and more
🌈 Visual Token Representation: Each token assigned a unique color for visual distinction
šŸ“‚ File Analysis Support: Upload and analyze large files

šŸŒ Powerful Multilingual Support
The most significant advantage of this tool is its perfect support for all languages:

šŸ“ Asian languages including Korean, Chinese, and Japanese fully supported
šŸ”¤ RTL (right-to-left) languages like Arabic and Hebrew supported
🈺 Special characters and emoji tokenization visualization
🧩 Compare tokenization differences between languages
šŸ’¬ Mixed multilingual text processing analysis

šŸš€ How It Works

Select your desired tokenizer model (predefined or HuggingFace model ID)
Input multilingual text or upload a file for analysis
Click 'Analyze Text' to see the tokenized results
Visually understand how the model breaks down various languages with color-coded tokens

šŸ’” Benefits of Multilingual Processing
Understanding multilingual text tokenization patterns helps you:

Optimize prompts that mix multiple languages
Compare token efficiency across languages (e.g., English vs. Korean vs. Chinese token usage)
Predict token usage for internationalization (i18n) applications
Optimize costs for multilingual AI services

šŸ› ļø Technology Stack

Backend: Flask (Python)
Frontend: HTML, CSS, JavaScript (jQuery)
Tokenizers: šŸ¤— Transformers library
view post
Post
7141
✨ High-Resolution Ghibli Style Image Generator ✨
🌟 Introducing FLUX Ghibli LoRA
Hello everyone! Today I'm excited to present a special LoRA model for FLUX Dev.1. This model leverages a LoRA trained on high-resolution Ghibli images for FLUX Dev.1 to easily create beautiful Ghibli-style images with stunning detail! šŸŽØ

space: aiqtech/FLUX-Ghibli-Studio-LoRA
model: openfree/flux-chatgpt-ghibli-lora

šŸ”® Key Features

Trained on High-Resolution Ghibli Images - Unlike other LoRAs, this one is trained on high-resolution images, delivering sharper and more beautiful results
Powered by FLUX Dev.1 - Utilizing the latest FLUX model for faster generation and superior quality
User-Friendly Interface - An intuitive UI that allows anyone to create Ghibli-style images with ease
Diverse Creative Possibilities - Express various themes in Ghibli style, from futuristic worlds to fantasy elements

šŸ–¼ļø Sample Images


Include "Ghibli style" in your prompts
Try combining nature, fantasy elements, futuristic elements, and warm emotions
Add "[trigger]" tag at the end for better results

šŸš€ Getting Started

Enter your prompt (e.g., "Ghibli style sky whale transport ship...")
Adjust image size and generation settings
Click the "Generate" button
In just seconds, your beautiful Ghibli-style image will be created!

šŸ¤ Community
Want more information and tips? Join our community!
Discord: https://discord.gg/openfreeai

Create your own magical world with the LoRA trained on high-resolution Ghibli images for FLUX Dev.1! 🌈✨