Quick News AI is an advanced web application that leverages Falcon LLM to provide concise and accurate summaries of news articles from RSS feeds. This application aims to enhance news consumption by delivering essential information quickly and efficiently.
- AI-Powered Summaries: Generates concise summaries of lengthy news articles using advanced natural language processing (NLP).
- Customizable Feed: Personalize your news feed by selecting topics, sources, and keywords.
- Real-Time Updates: Receive real-time news summaries and notifications for breaking news.
- User-Friendly Interface: Intuitive design with dark mode and other customizable options.
- Offline Reading (Optional): Download summaries for offline reading, perfect for users on the move.
- Frontend: React.js for a dynamic and responsive user interface.
- Backend: Python and Flask for robust server-side operations.
- AI Integration: Falcon LLM for advanced NLP and summarization.
-
Clone the repository:
git clone https://github.com/ahsancommits/ai-news-summarizer.git
-
Navigate to the project directory:
cd ai-news-summarizer
-
Install dependencies:
npm install
-
Run the application:
npm start