Skip to content

thelearningdev/serpapi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Viral Restaurant Finder

A Streamlit app that queries SerpAPI's Google Maps Local Results and scores restaurants by their "hidden gem" potential.

Setup

cp .env.example .env
# Add your SerpAPI key to .env

uv sync
uv run streamlit run app.py

Scoring Formula

score = (avg_rating × 10) - log(review_count + 1) + trend_multiplier

High rating + few reviews + trend signal = pre-viral candidate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors