• Stars
    star
    3,505
  • Rank 12,366 (Top 0.3 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created about 1 year ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AI tool to build charts based on text input

Chart-GPT - text to beautiful charts within seconds

Getting Started

To get started, first clone this repository:

git clone https://github.com/whoiskatrin/chart-gpt.git
cd chart-gpt

Then duplicate the .env.example template with cp .env.example .env and add your PaLM API key:

BARD_KEY="your-api-key"

Then install the dependencies and start the development server:

npm install
npm run dev
# or
yarn
yarn dev

This will start the development server at http://localhost:3000.

To use the full functionality of the credit system as well, you'll need to setup Supabase, Stripe, and NextAuth with Google — and their respective environment variables found in the .env.example file.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Clone your forked repository:
  3. For your changes:
  4. Make your changes, commit them, and push them to your forked repository:
  5. Create a pull request on this repository.

More Repositories

1

sql-translator

SQL Translator is a tool for converting natural language queries into SQL code using artificial intelligence. This project is 100% free and open source.
TypeScript
4,055
star
2

npm-copilot

CLI tool for Next.js that can analyze logs in real-time and suggest a solution using OpenAI
JavaScript
343
star
3

financial-statement-pdf-extractor

Python script to extract as much structured information as possible from annual/quarterly reports.
Python
82
star
4

selenium-testng-maven-template

This project is written in java and will serve an example of implementing a Selenium test project with Selenium3 and Maven. Everything is set up and tests can be added straight away.
Java
4
star
5

rightmove-scraper

Python script to scrape Rightmove to find a house to buy or rent.
Python
4
star
6

a---algorithm-pathfinding

A* is an informed search algorithm, or a best-first search, meaning that it solves problems by searching among all possible paths to the solution (goal) for the one that incurs the smallest cost (least distance travelled, shortest time, etc.), and among these paths it first considers the ones that appear to lead most quickly to the solution.
C#
2
star
7

broken-urls-finder

Python script that runs in k8s on a cronjob to find all broken links after deployment. (example: 404, 500, 503 and etc.)
Python
1
star
8

color-analyzer-winform

Color counter for images
C#
1
star
9

datasphere-dbt

dbt Datasphere Plugin is for integrating multiple open-source data quality frameworks into your dbt projects. It unifies Soda SQL, Great Expectations, Datafold, providing a single interface to configure and run data quality checks.
Python
1
star