ReverseRorschach is a semantic painting search tool built on a curated collection of approximately 300 hand-picked paintings. Each painting in this collection has been carefully selected for its artistic and emotional significance.
The semantic meaning of each painting is mapped using advanced AI reasoning and mathematical proximity, allowing users to search for artworks based on emotional or conceptual queries. The AI analyzes and organizes the paintings in a way that reflects their inferred emotional and symbolic content.
Install packages:
# in a virtual environment
pip install -r requirements.txtRun frontend:
cd frontend/
npm install
npm run devRun backend:
# in a new terminal cd to project root
uvicorn backend.api:app --reloadOpen http://localhost:5173/ to view application
Disclaimer:
The results and associations produced by this tool are generated by artificial intelligence and are not intended to discriminate, stereotype, or cause harm to any individual or group. The mappings and interpretations are for exploratory and educational purposes
This is a personal project created for educational purposes.
