intelligentnode / IntelliNode

Access the latest AI models like ChatGPT, LLaMA, Diffusion, Gemini Hugging face, and beyond through a unified prompt layer and performance evaluation
https://show.intellinode.ai
Apache License 2.0
215 stars 14 forks source link

Add new function to generate graphs from csv files. #16

Closed Barqawiz closed 1 year ago

Barqawiz commented 1 year ago

Function requirements:

Barqawiz commented 1 year ago

the csv to html file graph is implemented without the utility part.

const csv_str_data = '<your csv as string>'
const topic = "<the csv topic>";

const htmlCode = await Gen.generate_dashboard(csv_str_data, topic, openaiKey, num_graphs=2);

Connection utilities will be implemented at later stage.