Git Product home page Git Product logo

arxiver's Introduction

arxiver

arxiver is a set of tools designed to manage and search arXiv articles of interest.

Status: Pre-release hack

tl;dr

# 1. Start the server in /arxiver

> cd arxiver && python main.py --help
...
Usage: main.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  add-interested-column  Add an 'interested' column to the papers table.
  ingest                 Performs the ingestion process directly via CLI,...
  webserver              Starts the FastAPI web server.

> python main.py webserver
...
INFO:     Started server process [1085226]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
# 2. In another terminal, start the Streamlit UI in /ui,

> cd ../ui && streamlit run arxiver_ui.py --server.port 8001

  You can now view your Streamlit app in your browser.

  URL: http://localhost:8001

# OR make HTTP requests to the server:

> curl -X POST http://127.0.0.1:8000/ingest -H "Content-Type: application/json" -d '{"days": 2}'

{"message":"Ingestion process started for the past 2 days."}

arxiver's People

Contributors

w00jay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.