File size: 582 Bytes
a044cd5
 
 
 
 
 
 
 
 
b6b2442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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