hmnshudhmn24
sentiment-distilbert-imdb
t5-news-summarizer
A fine-tuned T5-small model trained on the CNN/DailyMail dataset for news summarization. This model converts long news articles into concise, readable summaries. - Base model: t5-small - Dataset: cnndailymail v3.0.0 - Task: Summarization - Language: English - Framework: PyTorch | Input | Output | |-------|---------| | "AI is transforming industries across the world..." | "AI is changing how industries operate globally." | ๐ท๏ธ Tags `t5` `summarization` `nlp` `transformers` `cnndailymail`
gpt2-personal-assistant
omni-vis-assist
OMNI-VIS-ASSIST is an advanced multimodal instruction-following AI assistant that interprets both images and text prompts to generate detailed, structured, and insightful explanations. ๐ Features - Understands visual + textual input - Performs image captioning, chart summarization, and visual reasoning - Converts image content into Markdown, tables, and Mermaid flowcharts - Works with large multimodal models (Qwen3-VL, BLIP, etc.) or fallback captioners
storyframe-ai-video-to-story-generation-model
dreamforge-ai
๐ FLAN-DREAMFORGE-XL Generative World Builder & Story Universe Creator > โFrom a single sentence, entire worlds are born.โ ๐ Overview FLAN-DREAMFORGE-XL is a creative text-generation model that constructs fictional universes, complete with: - ๐๏ธ Locations - ๐งฌ Species - ๐ Histories - ๐ง Cultures and Myths It fine-tunes the Google FLAN-T5-XL architecture to generate cohesive, lore-rich stories from natural language prompts. โ๏ธ Features โ Generates worlds, civilizations, and backstories โ Context-aware multi-entity relationships โ Adjustable creativity & coherence balance โ Streamlit-based visual UI (`app.py`) โ FastAPI-ready endpoint (`api.py`) ๐งฉ Example Output: > โThe planet Solareth, blanketed in shimmering dunes, thrives beneath twin suns. Its glass spires channel solar winds into energy streams, while the Seraphiansโtranslucent beings of sand and spiritโguard the ancient archives buried below.โ ๐ง Tech Stack - ๐งฉ Transformers (FLAN-T5-XL) - ๐ Python 3.10+ - ๐ Streamlit / FastAPI - ๐ง PyTorch - ๐ YAML Config System ๐งช Demo Notebook ๐ Check out the Colab demo: `notebooks/demodreamforge.ipynb` ๐ก Citation If you use this model in your research or creative projects, please cite:
autonome-ai-agent
docintel-ai-extractor
DOCINTEL extracts structured insights from scanned PDFs and images using naver-clova-ix/donut-base (Donut). It supports OCR fallback, entity extraction, and document summarization via Donut on page images. > โ ๏ธ Install system dependencies: `poppler` and `tesseract` for pdf2image and pytesseract respectively. 3. Upload a PDF and call endpoints (see examples/democommands.txt). Files - `ocrextractor.py` โ PDFโimagesโOCR pipeline - `pdfloader.py` โ extract embedded text from PDFs - `entitytagger.py` โ regex-based entity extraction - `summarizedoc.py` โ DONUT-based summarizer for page images - `app.py` โ FastAPI server with upload/summary endpoints Notes - Donut requires vision-encoder-decoder inference which may need GPU for speed. - For text-only PDFs consider using `extracttextfrompdf` then a text summarizer instead of Donut. - This repo is a prototype/demo. Validate on your data before production use.
Mediview 3d Vision
salty-llama-3.2-instruct
manim-wizard-1.5b
meme-sight-mini
cleartext-gemma-2b
chimera-7b-reasoning
chronomind-omega
lexigraph-x
metaprompt-r
cognitron-sigma
skillweaver-x
eli5-cs-instruct-lm
policy-shift-transformer-v1
prompt-guard-secbert
resume-veracity-encoder
learningpath-gpt
future-trend-forecaster
emotion-shift-detector
prompt-autopsy-lm
dataset-quality-lm
toolplanner-lm
neuro-sketch-ai
skillgap-ai
explainable-recs-lm
codestyle-diffuser
intentgraph-lm
universal-code-refactor-32b
Universal-Code-Refactor-32B
himachali2hindi-multilingual-mt5
legal-policy-summarizer-nlp
personal-fitness-assistant-nlp
t5-small-classroom-question-generator
emotion-rewrite-transformer
t5-indian-english-normalizer
allm-assistant
food-nutrition-predictor-vit-base
text-classification-distilbert
emo-multimodal-assistant
auto-doc-generator
AutoDocGen ๐ง โ AI Code Documentation & Test Generator AutoDocGen is an advanced model built on CodeT5 that automatically generates documentation, comments, and unit tests for source code files. --- ๐ Features - Auto-generate docstrings for Python functions - Create unit tests from given functions - Trainable and extendable on custom datasets --- ๐ฆ Files - `traincodet5docgen.py` โ training script - `inference.py` โ run doc generation on your code - `cli.py` โ command-line interface - `configs/trainconfig.json` โ training parameters - `dataexamples/` โ contains example dataset and code - `tests/` โ unit test folder --- ๐ง Model Description This model fine-tunes CodeT5-small from Hugging Face Transformers on a dataset of Python code and natural language descriptions. --- โ๏ธ License Licensed under the Apache License 2.0.
code-explain-viz
๐ง CODE-EXPLAIN-VIZ: AI-Powered Code Understanding & Visualization CODE-EXPLAIN-VIZ is an advanced AI-driven code comprehension and visualization system designed to explain source code in natural language and generate visual flow diagrams automatically. Built on top of CodeT5, this model reads raw Python code and produces a detailed explanation, step-by-step logic breakdown, and a Mermaid flowchart that represents the control flow of the program. 3. Copy the Mermaid flowchart text printed by CLI into a Mermaid live editor (https://mermaid.live) or render with mermaid-cli to see the visual flowchart. What you get - `short` one-line explanation - `detailed` explanation (multi-line) - `mermaid` flowchart text describing control flow - `unittests` template (pytest) How it works - A sequence-to-sequence model (CodeT5) generates natural language explanations from code. - `vizgenerator.py` parses the function AST and produces a reliable mermaid flowchart. - Combining both yields both human-friendly narrative and precise structural view. Train / Fine-tune Use `traindocgen.py` with a JSONL dataset (each line: `{"code": "...", "doc": "..."}`).
chrono-guard
๐ง CHRONOGUARD: Temporal Anomaly Detection & Forecasting Model CHRONOGUARD is an advanced hybrid deep learning model for time-series anomaly detection, trend forecasting, and temporal risk visualization. It combines Temporal Convolutional Networks (TCN), Bidirectional LSTMs, and Attention Mechanisms to learn both short-term fluctuations and long-term dependencies from sequential data. - ๐งฉ Multimodal Input Support โ numeric, categorical, and contextual data - ๐ Attention-based Anomaly Detection โ identifies irregular temporal patterns in real time - ๐ Forecast Generation โ predicts next-step or multi-step sequences - ๐ง Explainability via Heatmaps โ attention and saliency visualizations for model interpretability - ๐พ Lightweight, Scalable Architecture โ works on CPU/GPU and deploys easily to Hugging Face Spaces or Streamlit
autocodefix-ai
๐ง AutoCodeFix-AI: Transformer-Powered Automatic Code Repair AutoCodeFix-AI is an advanced yet lightweight AI system that automatically detects, explains, and fixes code errors in Python and C-style languages using transformer-based models such as StarCoder2 and CodeT5+. It provides: - โ๏ธ A FastAPI backend for scalable inference - ๐๏ธ A Gradio web demo for live interaction and testing - ๐ Notebooks for model finetuning and evaluation โ Automated code error detection and correction โ Natural-language explanations of fixes โ Transformer-based fine-tuning (StarCoder2 / CodeT5+) โ Ready-to-use REST API (`FastAPI`) โ Interactive Hugging Face demo via `Gradio` โ Modular and lightweight (~40 MB project) | Model | Task | Source | |-------|------|--------| | ๐ช StarCoder2 | Code completion & repair | Hugging Face | | โ๏ธ CodeT5+ | Code understanding & generation | Hugging Face | 1. Data Exploration: `notebooks/01dataexploration.ipynb` 2. Preprocessing: `notebooks/02preprocessing.ipynb` 3. Model Finetuning: `notebooks/03modelfinetuning.ipynb` 4. Evaluation: `notebooks/04evaluation.ipynb` 5. Inference Demo: `notebooks/05inferencedemo.ipynb`