Skip to content

Jestin1507/seo-content-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 SEO Content Detector

A Streamlit-based web application that analyzes text content for SEO quality using NLP techniques.
This tool helps in identifying readability, keyword distribution, sentiment, and overall SEO strength of any written content.


🚀 Live Demo

👉 Use the deployed app here:
🔗 https://seo-content-detector-dyprkin9dduazdxigbwnm6.streamlit.app/


📌 Features

  • 🔍 SEO Score Evaluation
  • 📖 Readability Metrics (Flesch, Gunning Fog, etc.)
  • 🧠 Keyword Density & Frequency Analysis
  • 🎯 Focus Keyword Matching
  • 😃 Sentiment Analysis
  • 📊 Detailed Text Insights

🛠️ Tech Stack

  • Python
  • Streamlit
  • NLTK
  • Scikit-learn
  • spaCy (optional)
  • Pandas / NumPy

📂 Project Structure

seo-content-detector/ │ ├── streamlit_app.py # Main Streamlit UI ├── data/ # Any data files ├── notebooks/ # Experiments & analysis ├── requirements.txt # Dependencies └── README.md # Documentation



▶️ Run Locally

git clone https://github.com/Jestin1507/seo-content-detector.git
cd seo-content-detector
pip install -r requirements.txt
streamlit run streamlit_app.py



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published