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.
- 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.
- Clone the Repository:
git clone https://github.com/copycode69/Cat-AI.git cd cat-ai