Skip to content

cs334s22/experiments

Repository files navigation

Experiments

URL

Create and activate Virtual Environment FIRST

  • python3 -m venv .venv
  • source .venv/bin/activate

Install dependices

  • pip install -r requirements.txt

To run flask server (try running server first through command line before doing this)

  • export FLASK_APP=flask_server.py
  • export FLASK_ENV=development
  • flask run

Run server first

  • python3 server.py

Run client in terminal second

  • python3 client.py <PDF_URL>

architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages