File size: 591 Bytes
a39fe1d
5e6193a
a39fe1d
 
 
 
 
 
5e6193a
a39fe1d
 
 
e97be0e
 
 
 
 
 
 
 
d952e74
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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
```