Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 362 Bytes

tone-curve-explorer

A simple streamlit app to explore the shapes of some tone curves. Hope you find it useful, PRs are welcome!

Run locally by

  • Clone the code to your computer
  • Install Python requirments
  • Run streamlit
git clone https://github.com/jandren/tone-curve-explorer.git
pip install -r requirements.txt
streamlit run streamlit_app.py