Chat_With_Any_PDF_File / package.json
Navya-Sree's picture
Create package.json
1cbfebe verified
raw
history blame contribute delete
753 Bytes
{
"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"
}
}