All Projects → scollins83 → Teal_deer

scollins83 / Teal_deer

Teal deer (from TL;DR) helps you get the gist of all the stuff you need to read, so you don't have to read it all at once.

Projects that are alternatives of or similar to Teal deer

Whale Identification 2018
Solution to Whale Identification Challenge 2018
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Chinesetrafficpolicepose
Detects Chinese traffic police commanding poses 检测中国交警指挥手势
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Spark Tutorials
Code and Notebooks for Spark Tutorials for Learning Journal @ Youtube
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Reaction Diffusion
Some Python examples to obtain reaction-diffusion results and animations.
Stars: ✭ 47 (-4.08%)
Mutual labels:  jupyter-notebook
Amldataprepdocs
Documentation for Microsoft Azure Machine Learning Data Preparation
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Accurate Binary Convolution Network
Binary Convolution Network for faster real-time processing in ASICs
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Rsna Intracranial
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Salmonte
SalmonTE is an ultra-Fast and Scalable Quantification Pipeline of Transpose Element (TE) Abundances
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Causality
A small repo in which I play with the ideas of causal modelling.
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Lipreading
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Cnn Hierarchical Network For Document Classification
This repository contains the implementation of paper "Hierarchical Attentional Hybrid Neural Networks for Document Classification"
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow.tutorials
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Eeg Classification Using Recurrent Neural Network
Used LSTM Network to classify eeg signals based on stimuli the subject recieved (visual or audio)
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Deep Homography Estimation Pytorch
Deep homography network with Pytorch
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Universodiscreto
Códigos explicados nos vídeos do canal Universo Discreto (YouTube)
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Missing Data Workshop
Matt Brems' Missing Data Workshop
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Mckinsey Smartcities Traffic Prediction
Adventure into using multi attention recurrent neural networks for time-series (city traffic) for the 2017-11-18 McKinsey IronMan (24h non-stop) prediction challenge
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Randomized Svd
demos for PyBay talk: Using Randomness to make code faster
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Spotifyml
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook
Do Zero Ao Ml
Stars: ✭ 49 (+0%)
Mutual labels:  jupyter-notebook

Teal Deer

TLDR_LDA_and_Text_Summarization.ipynb is the primary current notebook.

Currently just hacking notebook. The notebook scrapes text from a directory of academic research pdf's, and then does LDA on it for prioritization of reading, and then trains a text summarization model based on the abstracts of the papers--- that way, if you find more, you can use the model to summarize them right away. Dataset for this run included just a handful of papers on chatbots from arxiv, but this notebook has been tested on corpuses of several hundred documents from both arXiv and google scholar in another domain with favorable results. OCR portion relies on: https://github.com/euske/pdfminer/blob/master/tools/pdf2txt.py

NOTE: Partially refactored as a discord bot, deployed via Heroku, to summarize channels in discord and direct message the results to the user. Still working on a more permanent plan for deployment. In process:
Convert the notebook to a straight .py script to add the text summarization, which aims to generate abstracts or short summaries for large blocks of text (i.e., an abstract for the rest of a paper). So, not only could papers be prioritized, but could be summarized as well.

Planned updates - See project tab as well:

  • Finish out OCR from PDF files part
  • Complete the text summarization portion - Thanks to Siraj Raval for making the video: https://www.youtube.com/watch?v=ogrJaOIuBx4
  • Clean up into python scripts with test suites
  • Experiment with other front-end usecases: i.e., a slackbot is currently underway (notebook to be added later).
  • Add a CI framework into this repo.
  • Cartoon for a fun logo :-)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].