Skip to content

sauravreji/Intelligent-Data-Visualization-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Data Visualization Tool

This tool leverages machine learning to automate the process of data visualization. By uploading a CSV file and providing a natural language query, the tool predicts the most appropriate x-axis, y-axis, and graph type for the given data.

It uses Llama, a language model, to determine the best columns for the x and y axes. A custom-built machine learning model predicts the type of graph (e.g., bar chart, line chart, scatter plot) that best represents the data. Due to limited data and resources, the sentence generated by the model is sent to Llama for spelling and grammar correction before selecting the graph type from the refined sentence. This process ensures accurate and polished visualizations, streamlining data analysis and interpretation.

Link to the detailed code of the model

Image

Screenshot 2024-09-22 at 1 36 55 AM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages