Skip to content

krnlet/api_hypothesis

Repository files navigation

api_hypothesis

To start, you'll need do the next steps: 1. Clone this repository 2. In your terminal write: cd api_definitions 3. You need a virtual environment, (if you don't have, try with: pip install virtualenv), then write: python3 -m venv env 4. Activate the virtual environment: source env/bin/activate 5. Install the requirements: pip install -r requirements.txt 7. Run the api: FLASK_APP=app.py flask run 8. Go to: http://127.0.0.1:5000

About

Api to annotate text from any online document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages