Didn't get into YC? Don't worry—now you can ask AI Paul Graham for personalized startup advice. Paul will be there whenever you need him.
-
🔥🔥🔥 Try Live Demo
-
Design Doc: docs/design.md, Flow Source Code: flow.py
-
The secret weapon is Pocket Flow, a 100-line LLM framework that lets LLM Agents (e.g., Cursor AI) build Apps for you
-
Step-by-step YouTube development tutorial:
-
Implement functions in the
utils/
directory based on your chosen APIs. -
Install dependencies and run the program:
pip install -r requirements.txt python main.py
-
To run the application server:
streamlit run app.py
-
If you change the data in the
data/
directory or themeta.csv
file, ensure you run the offline processing script to generate the index and metadata:python offline_processing.py