A hack that captures the textual content of any conversation, lecture, or a meeting etc. using speech recognition algorithms and summarizes them using Natural Language Processing (NLP) algorithms.
##Built With
- Python 2.7
- NLTK for Python
- Sumy text summarization library
- Web Speech API
- 💙
##Running ###Setup
- For the server, ensure all pre-requisites and dependencies for Sumy are in place (python modules, etc.)
- The web client currently works only on latest versions of Google Chrome
###Run
python app.js # starts the web server on port 5000, as well as the summarization service
##License MIT License
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##About Originally developed at SEQUOIA::HACK 2016 by Team Spark ###Authors