InfogrAIphify: Create Infographics from Articles
This repository contains the code for InfogrAIphify, a web application that automatically generates infographics from article URLs, a version of the Python script that uses FREE LLMs AND a submission for the Cloudflare AI Challenge.
Layout and code is a Next.js project bootstrapped with c3
.
Features:
- Analyze website content and extract key points.
- Generate a visually appealing infographic.
- User-friendly interface for easy input and interaction.
Demo
Demo can be seen here
Getting Started
To run InfogrAIphify locally, follow these steps:
-
Clone the repository:
git clone https://github.com/phalkmin/InfogrAIphify-nodejs-edition/
-
Install dependencies:
cd infogrAIphify
npm install
- Create a CF Worker
Get the file from WF folder, copy and paste on the worker you created
- Create a .env file
NEXT_PUBLIC_CF_WORKER=<WORKER URL YOU CREATED>
- Start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Cloudflare integration
Besides the dev
script mentioned above c3
…