Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| } | |
| } |