frankwiersma / instagraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InstaGraph

Original project and inspiration: Yohei Nakajima - Instagraph

Project made with:

Installation 🛠️

  1. Clone the repository
git clone https://github.com/frankwiersma/instagraph
  1. Navigate to the project directory
cd instagraph
  1. Install packages
yarn
  1. Set environment variables
OPENAI_API_KEY=your-api-key-here
  1. Run Next JS app
yarn run dev

Usage 🎉

Web Interface

  • Open your web browser and navigate to http://localhost:3000/.
  • Type your text or paste a URL in the input box.
  • Click "Submit" and wait for the magic to happen!

About

License:MIT License


Languages

Language:TypeScript 57.9%Language:Python 23.5%Language:JavaScript 10.8%Language:CSS 7.8%