A collection of experimental projects, tools, and prototypes built with Cursor AI assistance.
cursor-projects/
├── _working_tools/ # Complete, functional applications
├── _active_development/ # Projects being actively developed
├── _synergy_framework/ # Iterations of the Synergy concept
├── _experimental/ # Prototypes and experiments
├── _launchers/ # Simple launcher scripts
└── README.md
Complete, functional applications ready to use.
| Folder | Project | Description |
|---|---|---|
ai_image_manager/ |
AI Image Manager | Flask web gallery for organizing AI-generated images |
doc_converter/ |
Doc Converter | Word → Markdown → PDF converter with file watching |
text_to_pdf/ |
Text to PDF | Structured text file to PDF converter |
latex_to_pdf/ |
LaTeX to PDF | GUI tool for converting LaTeX to PDF |
lyrics_scraper/ |
Lyrics Scraper | Genius.com lyrics scraper with local database |
video_loop_tool/ |
Video Loop Tool | Create seamless video loops or concatenate clips |
bpm_calculator/ |
BPM Calculator | Calculate tempo changes when pitch-shifting |
Projects being actively developed or refined.
| Folder | Project | Description |
|---|---|---|
framework_upscaler/ |
Framework Upscaler | AI-powered framework document expansion (Gemini) |
mythos/ |
MythOS | Symbolic terminal for reflective journaling |
smith_synth/ |
Smith Synth | Real-time noise-to-tone synthesizer |
Multiple iterations exploring a 6-step workflow system: Potential → Symmetry → Flow → Connectivity → Emergence → Recursion
These contain valuable concepts worth extracting and consolidating into a single coherent project.
| Folder | Version | Description |
|---|---|---|
v2_dynamic_combiner/ |
v2 | File selector with seed-based attribute mixing |
v3_config_generator/ |
v3 | YAML config generation with calculated attributes |
v4_synph/ |
v4 | File organization GUI for 6-step workflow |
v5_dashboard/ |
v5 | GUI with sliders for each step |
v6_fryng_builder/ |
v6 | Project folder structure generator |
v7_fryng_node/ |
v7 | Most complete UI version |
v9_control_panel/ |
v9 | React + Python web interface (~80% complete) |
v10_scaffolder/ |
v10 | Template generator for synergy projects |
UI experiments and learning projects.
| Folder | Project | Description |
|---|---|---|
tkinter_experiments/ |
Tkinter Experiments | UI widgets: linked sliders, hex visualizer, oscilloscope |
funnel_visualizer/ |
Funnel Visualizer | Marketing funnel visualization tool |
Minimal launcher scripts for external tools.
| Folder | Project | Description |
|---|---|---|
open_webui/ |
Open WebUI | Starts local Open WebUI instance |
autogen_studio/ |
AutoGen Studio | Starts AutoGen Studio |
Most projects are Python-based with Tkinter GUIs:
cd <project_folder>
python -m venv venv
venv\Scripts\activate # Windows
pip install -r requirements.txt
python <main_script>.pySee individual project READMEs for specific instructions.
- Consolidate Synergy framework iterations into single coherent project
- Further develop MythOS concept
- Expand Smith Synth with more features
- Rethink Framework Upscaler architecture
- ✅ Working - Complete and functional
- 🔨 In Development - Actively being worked on
- 🧪 Experimental - Prototype/proof of concept
- 📦 Archived - Preserved for reference