Symphony is an Automated Chart Generator Powered by MindsDB and Streamlit
Symphony is an open-source data visualization tool that streamlines the creation of charts and graphs from raw data. It provides intelligent chart type recommendations based on data characteristics, aiding users in crafting effective visualization.
- Line Charts: Ideal for time-series data, showcasing trends and changes.
- Bar Charts: Efficient for comparing categorical data and data distribution.
- Area Charts: Perfect for cumulative trends and accumulation patterns.
- Pie Charts: Useful for displaying percentage distribution in parts of a whole.
- Scatter Plots: Revealing relationships and correlations between numerical variables.
- Heatmaps: Effective for dense data visualization and matrix-format relationships.
- Python (>=3.9)
- OpenAI API Key
-
Clone the repository:
git clone https://github.com/adeyinkaezra123/symphony.git cd symphony
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a new MindsDB Model. Example here
-
Run the Streamlit app:
streamlit run app.py
Or go to use the webapp
-
Enter your OpenAI API key in the provided input field.
-
Upload your dataset in CSV format.
To configure the output of the Chart generator, you can modify the following settings in the mindsdb.py file:
temperature
: Adjust the temperature parameter for OpenAI model responses.model_name
: Choose the desired OpenAI model variant.