Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.22.0
metadata
title: Ask Reddit GPT
emoji: π
colorFrom: gray
colorTo: pink
sdk: gradio
sdk_version: 3.29.0
app_file: app.py
pinned: false
ask-reddit-gpt
AskRedditGPT is a tool that takes in a query, sends it over to Reddit, and returns an answer based on relevant posts/comments.
Methodology
- Take in query $q$ from user.
- Get $N$ topics from $q$ using GPT.
- Determine $C$, which is a set of comments concerning $N$ topics and hopefully best-suited to answer $q$.
- Search $q \in C$ and use GPT to return an all-encompassing answer.
Overview
The below image is a high-level overview of the project.
Examples
Example 1:
Example 2:
Example 3:
Example 4:
Example 5: