Skip to content

The-Pocket/Tutorial-AI-Paul-Graham

Repository files navigation

Ask AI Paul Graham

License: MIT

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.



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

  1. Implement functions in the utils/ directory based on your chosen APIs.

  2. Install dependencies and run the program:

    pip install -r requirements.txt
    python main.py
  3. To run the application server:

    streamlit run app.py
  4. If you change the data in the data/ directory or the meta.csv file, ensure you run the offline processing script to generate the index and metadata:

    python offline_processing.py

About

AI Paul Graham, just in case you don't get in...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages