image-analysis / instructions.txt
zerishdorelser's picture
Upload 3 files
66c9358 verified
raw
history blame contribute delete
713 Bytes
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\venv\Scripts\Activate.ps1 #powershell
venv\Scripts\activate.bat #cmd
streamlit run app.py --server.enableXsrfProtection false
your_project/
β”œβ”€β”€ venv/ # Virtual environment (already created)
β”œβ”€β”€ app.py # Main application file
β”œβ”€β”€ requirements.txt # Dependencies file
β”œβ”€β”€ static/
β”‚ └── uploads/ # For storing uploaded images
└── templates/ # For HTML templates (if using web interface)
chat/
β”‚
β”œβ”€β”€ app.py
β”œβ”€β”€ venv/ (optional, ignored in cloud)
└── .streamlit/
└── config.toml