A serendipitous research paper discovery tool that breaks you out of your filter bubbles! It uses a chaotic "mood questionnaire" to mathematically generate a random seed, fetching a single, random research paper from arXiv based on your vibes.
-
Create a virtual environment (optional but recommended):
python3 -m venv venv source venv/bin/activate -
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py