File size: 753 Bytes
1cbfebe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
{
  "name": "pdf-chat-assistant",
  "version": "1.0.0",
  "description": "An intelligent PDF chat application powered by AI",
  "main": "app.py",
  "scripts": {
    "start": "streamlit run app.py",
    "dev": "streamlit run app.py --server.runOnSave true"
  },
  "keywords": [
    "pdf",
    "chat",
    "ai",
    "streamlit",
    "openai",
    "document-analysis",
    "nlp",
    "machine-learning"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://huggingface.co/spaces/your-username/pdf-chat-assistant"
  },
  "homepage": "https://huggingface.co/spaces/your-username/pdf-chat-assistant",
  "bugs": {
    "url": "https://huggingface.co/spaces/your-username/pdf-chat-assistant/discussions"
  }
}