Skip to content

guitheengineer/ai-article-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AI powered app to get sentiment info about an article

Resources

Stars

Watchers

Forks