Skip to content

A news app that converts text to speech, allowing people to listen to the news. It dynamically scrapes the internet for the most recent news, which are categorized into different categories. It has voice search for faster searching and RSS based email subscription. Created during IEEE Impulse 2017 Hackathon.

Notifications You must be signed in to change notification settings

jainilvachhani/NewsOverHEAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created during IEEE Impulse 2017 Hackathon. Position: 1st prize Team Name: Carpe_Diem Title : NewsOverHEAR

Idea Abstract : News OverHEAR powerfully scrapes the web to convey news progressively. It can categorise the news for faster access. It has features like voice search for processing questions faster, Play/Stop button to build client collaboration, Email based membership to hold clients, Manual searching if there is any occurrence of inaccessibility of microphone due to noise.

Technology Stack

  • HTML5
  • CSS3
  • JavaScript
  • Python

FrameWork : Django

API:

  • ResponsiveVoice.js
  • Aanyang
  • BeautifulSoap.py

How to run: Create 'overhear' named database on your mysql server

set you mysql server's credentials in settings.py file

open terminal at project's main folder where manage.py file exist

make migrations of the database using following command

python manage.py makemigrations

migrate it to your server using,

python manage.py migrate

now start Django server

python manage.py runserver

In browser, type following IP

127.0.0.1:8000/hear1/index

About

A news app that converts text to speech, allowing people to listen to the news. It dynamically scrapes the internet for the most recent news, which are categorized into different categories. It has voice search for faster searching and RSS based email subscription. Created during IEEE Impulse 2017 Hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published