Skip to main content

Introducing EqFlow: Your all-in-one solution for efficient web scraping, AI development, and more. Streamline your projects with its intuitive API, eliminating the need for multiple libraries like requests and bs4. EqFlow's lightning-fast performance and simplified syntax redefine coding, making tasks that once required extensive code a breeze. Elevate your coding experience, embrace efficiency, and unlock your true creative potential with EqFlow.

Project description

EqFlow Documentation

Eqre Module - Web Scraping with BeautifulSoup

Note: The modules are imported as (in this example):

from EqFlow import Eqre as eqre from EqFlow import Eqre as eqai

Verify URL Validity: eqre.verify_url(url)

Get BeautifulSoup Object: soup = eqre.get_soup(url)

Get Raw Text Content: raw_text = eqre.get_raw_text(soup)

Get Processed Text Content: processed_text = eqre.get_processed_text(soup)

Find Specific Elements: found_element = eqre.find(url, id="yKMVIe")

Eqai Module - AI Operations

Tokenization: tokens = eqai.tokenize_text(input_text)

Part-of-Speech Tagging: pos_tags = eqai.pos_tagging(input_text)

Named Entity Recognition (NER): named_entities = eqai.named_entity_recognition(input_text)

Sentiment Analysis: sentiment = eqai.sentiment_analysis(input_text)

Text Summarization: summary = eqai.text_summarization(input_text)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EqFlow-0.0.2.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

EqFlow-0.0.2-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page