Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,18 @@ sdk: docker
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# FastAPI Proxy Server on Hugging Face Spaces
|
| 11 |
+
|
| 12 |
+
This is a simple proxy server built with FastAPI that forwards a search query to Google and returns the HTML content.
|
| 13 |
+
|
| 14 |
+
## How to Use
|
| 15 |
+
|
| 16 |
+
Deploy this Space using the FastAPI SDK. Once deployed, you can access the proxy endpoint like this:
|
| 17 |
+
|
| 18 |
+
https://your-space-name.hf.space/proxy?q=square+footage+of+empire+state+building
|
| 19 |
+
|
| 20 |
+
## Files
|
| 21 |
+
|
| 22 |
+
- `app.py`: Main FastAPI application
|
| 23 |
+
- `requirements.txt`: Dependencies
|
| 24 |
+
- `README.md`: Project description
|