README.md
March 9, 2025 · View on GitHub
Ask AI Paul Graham
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
I built this in just an hour, with this framework...
-
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:
How to Run
-
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.csvfile, ensure you run the offline processing script to generate the index and metadata:python offline_processing.py