--- 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 ```bash export NO_SSL=1 export DEBUG_LOG=1 ```