Skip to content

Jwiggiff/infinipedia

Repository files navigation

An AI-powered online encyclopedia.

Intro

This was a passion project I made to explore the possibilities of LLMs and familiarize myself with their uses. It uses OpenAI's GPT-3 to generate an encyclopedia page on any topic you can think of! Simply put it in the search bar and an article will load!

You can check it out here!

Frontend

  • Next.JS
  • SCSS

Backend

  • Next.JS Server Functions
  • OpenAI's GPT-3 API