andrewammann commited on
Commit
b6b2442
·
verified ·
1 Parent(s): 5b96166

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -7,4 +7,18 @@ sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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