Docxtract / README.md
Lucas ARRIESSE
Add doc for local dev mode
d952e74
|
raw
history blame
591 Bytes
metadata
title: Reqxtract V2
emoji: πŸ“ˆ
colorFrom: green
colorTo: yellow
sdk: docker
pinned: false
license: mit
short_description: Requirements Extractor

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Used libraries

Check requirements.txt for server-side libraries

Client side libraries

  • markedjs : For rendering markdown content.
  • zod : For clientside schema validation.

Dev mode

Export the following env variables to enable debug logs and disable SSL for local dev

export NO_SSL=1
export DEBUG_LOG=1