Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.17 KB

README.md

File metadata and controls

60 lines (43 loc) · 2.17 KB

Gif demo

📰 Article Analyzer 📰

Enter an article url and get stats of the content.
Powered by AI/ML to give inputs about tone, overall emotion, summary, etc

GitHub repo size GitHub commit activity Django Python GitHub last commit GitHub


🕹 Features

  • Scrape the content of an article given its URL.
  • Analyze the tone of the article and provide feedback on whether the tone is positive, negative, or neutral.
  • Detect the overall emotion conveyed in the article and provide feedback on whether the emotion is happy, sad, angry, or something else.
  • Generate a summary of the article's main points and present it in a concise format.

🛠 Tech Stack


🚀 Running locally

In the project directory, you can run:

pip3 install -r ./requirements.txt

It will install the necessary packages

python3 ./manage.py runserver

The app is going to be working on 127.0.0.1:8000 (default)


License

MIT