Spaces:
Sleeping
Sleeping
File size: 334 Bytes
a644dd8 fd4e0bb 8c1c11a cbc0c5c 5a41e3f 5763469 | 1 2 3 4 5 6 | from functions.sentiment import sentiment_analysis
from functions.generate_text import generate_text
from functions.summarize import summarize_text
from functions.chat import chat_with_agent
from functions.text_stats import text_stats
from functions.text_utils import shuffle_words, to_leetspeak, compare_texts, transliterate_ru_to_en |