SquareFootage / README.md
andrewammann's picture
Update README.md
b6b2442 verified
---
title: SquareFootage
emoji: ๐Ÿ“ˆ
colorFrom: yellow
colorTo: gray
sdk: docker
pinned: false
---
# FastAPI Proxy Server on Hugging Face Spaces
This is a simple proxy server built with FastAPI that forwards a search query to Google and returns the HTML content.
## How to Use
Deploy this Space using the FastAPI SDK. Once deployed, you can access the proxy endpoint like this:
https://your-space-name.hf.space/proxy?q=square+footage+of+empire+state+building
## Files
- `app.py`: Main FastAPI application
- `requirements.txt`: Dependencies
- `README.md`: Project description