ashishu007 / Paper-Summary

An app designed to record the summary of papers I read.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper-Summary

An app designed to record the summary of papers I read.

How to use the app?

  • First run the flask-service. For Windows Powershell, use the following:
    • $env:FLASK_ENV="development"
    • $env:FLASK_APP="main.py"
    • flask run
  • Add your papers in the ./app/Papers folder.
  • Goto http://localhost:5000 and you will see a two column table showing papers with and without exisiting summary.

About

An app designed to record the summary of papers I read.

License:MIT License


Languages

Language:Python 47.2%Language:HTML 39.4%Language:CSS 10.2%Language:JavaScript 3.2%