Skip to content

Latest commit

 

History

History
117 lines (75 loc) · 2.76 KB

README.md

File metadata and controls

117 lines (75 loc) · 2.76 KB


VisualChain 🔗

Create AI applications with a visual editor.
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

VisualChain 🔗 is a simple visual editor that allows the user to generate code based on Nodes. You can then download, execute and have AI explain what you just generated.

(back to top)

Getting Started

Follow these steps in order to setup the project locally.

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/xgeeks-geekathon/visualchain.git
  1. Install NPM Packages
npm install
  1. Install Python Library
pip install openai

(back to top)

Usage

To run the script:

npm run start

Roadmap

  • Version 1.0

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

DevDuckies Team

  • Guido Pereira
  • Nuno Caseiro
  • Roman Sharapov

(back to top)

Acknowledgments

(back to top)