Navya-Sree commited on
Commit
1cbfebe
·
verified ·
1 Parent(s): 7b47507

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +30 -0
package.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "pdf-chat-assistant",
3
+ "version": "1.0.0",
4
+ "description": "An intelligent PDF chat application powered by AI",
5
+ "main": "app.py",
6
+ "scripts": {
7
+ "start": "streamlit run app.py",
8
+ "dev": "streamlit run app.py --server.runOnSave true"
9
+ },
10
+ "keywords": [
11
+ "pdf",
12
+ "chat",
13
+ "ai",
14
+ "streamlit",
15
+ "openai",
16
+ "document-analysis",
17
+ "nlp",
18
+ "machine-learning"
19
+ ],
20
+ "author": "Your Name",
21
+ "license": "MIT",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://huggingface.co/spaces/your-username/pdf-chat-assistant"
25
+ },
26
+ "homepage": "https://huggingface.co/spaces/your-username/pdf-chat-assistant",
27
+ "bugs": {
28
+ "url": "https://huggingface.co/spaces/your-username/pdf-chat-assistant/discussions"
29
+ }
30
+ }