Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.06 KB

CAT AI - Web Scraper and SEO Inspector

Overview

Cat AI is a powerful web scraper and SEO inspector built using FastAPI, BeautifulSoup, Requests, and Transformers. This application allows users to submit a URL and perform an in-depth analysis of the provided webpage, including SEO analysis, content summarization, broken link detection, and much more.

Features:

  • SEO Analysis: Extracts and analyzes the title, meta description, headings, and keywords of a webpage.
  • Content Summarization: Uses Hugging Face's transformer model to generate a summary of the page content.
  • Broken Link Detection: Identifies broken links on the page.
  • Image Alt-Text Validation: Flags images missing alt text for accessibility.
  • Language Detection: Identifies the language of the webpage.
  • Favicon Extraction: Retrieves the favicon URL of the page.
  • CORS Support: The backend supports CORS for frontend requests.

Installation

  1. Clone the Repository:
    git clone https://github.com/copycode69/Cat-AI.git
    cd cat-ai