ai cleaner
Description
AI Cleaner - Remove AI Fluff and Clean HTML
Quickly clean responses from ChatGPT, Gemini, Claude, and other AIs. Removes annoying phrases like "Would you like to know more?" and basic HTML tags.
Documentation
AI Cleaner - Remove AI Fluff and Clean HTML
Quickly clean responses from ChatGPT, Gemini, Claude, and other AIs. Removes annoying phrases like "Would you like to know more?" and basic HTML tags.
Features
ā
Removes AI rhetorical questions
ā
Cleans ChatGPT, Gemini, Claude responses
ā
Cleans basic HTML tags
ā
No external dependencies (only standard Python)
ā
Lightweight and fast
What it DOES NOT do
ā Does not clean complex Google HTML (use clean_basic_html for simple cases)
ā Does not translate languages
ā Does not summarize text
Installation
No installation needed! Just copy the file to your project.
Usage
from ai_cleaner import clean_ai_text, clean_basic_html
# Clean ChatGPT response
response = "Would you like to know more? Goku is a Saiyan."
cleaned = clean_ai_text(response)
print(cleaned) # "Goku is a Saiyan."
# Clean simple HTML
html = "<p>Hello <b>world</b></p>"
cleaned = clean_basic_html(html)
print(cleaned) # "Hello world"
What our users say
No reviews yet. Be the first to review this module!
Module Information
Tech Stack
Technologies used in this module