Data Visualizer is a web application that allows users to upload CSV files, processes the data, and generates visualizations. Additionally, it offers the option to download created visuals for personalized use cases. Data Visualizar AI-powered image generation tools and tons of other integration to enhance responses.
File Upload & Processing
-Users provides prompt for data visualization
Data Visualization
-GPT-4 suggests possible visualizations in bar chart or pie chart
- Enter a prompt in the text input field.
- Select dark mode or light mode according to your prefences.
- Click the send button to generate visualized chart.
- Toggle between bar and pie charts using the toggle button.
- Download the chart as an image by clicking the download button.
Ensure you have node installed on your local system.
Follow these steps:
git clone https://github.com/AnsarulHaq786/data-vista.git
cd data-vista
npm install
npm start
Connect on GitHub
Connect on LinkedIn
Connect on GitHub
Connect on LinkedIn
Connect on GitHub
Connect on LinkedIn
Connect on GitHub
Connect on LinkedIn
"Tech Enthusiant are Welcome to
Contribute !"
If you want to contribute, follow these steps:
Fork the Repository
Click the Fork button on the top right of this page.
Create folder on your local machine then follow these steps:
git clone https://github.com/ansarulhaq786/data-vista.git
Change directory
cd data-vista
Create a New Branch:
git checkout -b your-feature-branch
Make Changes:
Implement your changes.
Commit your changes with a descriptive message:
git add .
git commit -m "Add a message about changes you made"
Push Your Changes:
Push your changes to your fork:
git push origin your-feature-branch
Submit a Pull Request:
Go to the Pull Requests section of the original repository and click on "New Pull Request."
Leave a request message and wait untill your pull request is accepted.