We all live in a very busy world. Someone is getting late to catch a train, someone is getting late for an interview or a meeting, someone is getting late for exams, etc. But in all these chaos we still need to be up-to-date with all the latest developments around the world. The idea of the journalist writing news in shorts is the first thing that we come across but it is not such a good idea. So it is best to use a machine generated text. Now this machine generated text can’t be sourced from a single article. Thus our product gives the user fast, reliable and easy access to hundreds of news at just a click. This is the future of the newspapers and tv channels.
- Improve the existing summarizer.
- Try out Deep Learning based models for summarization.
- Integrate twilio for text based messaging.
- Create Android App for the same.
This project was part of our submission for the subject MIP
Backend
: Python ,Flask , NodeJS , Dialogflow
Database
: MongoDB
Frontend
: ReactJS , CSS , HTML , Bootstrap
Android
: Java
A step by step series of examples that tell you how to get a development env running
In your cmd:
git clone https://github.com/codequipo/TheDailyNews.git
Then,
cd TheDailyNews/flask_server
pip install -r requirements.txt
python app.py
Next
cd ../TheDailyNews/Web
npm i
Open .env file, enter your credentials for following fields
MONGO_USERNAME=ENTER YOUR MONGODB DATABASE USER NAME
MONGO_PASSWORD=ENTER YOUR MONGODB DATABASE USER PASSWORD
MONGO_DB_NAME=ENTER YOUR MONGODB DATABASE NAME
Then
npm start
cd client
npm i
npm start
You are done with the setup now!
We're are open to enhancements
& bug-fixes
. Open a PR and we'll look into it.