Skip to content

Website that generates hackathon project ideas based on a prompt using OpenAI API

Notifications You must be signed in to change notification settings

emical/hackathon-idea-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Idea Generator

Website that generates a hackathon or programming project when given a theme.

How it works

  1. React, NextJS, and HTML/CSS render the UI
  2. User inputs the theme
  3. Gets fed into OpenAI's API, with text-curie-001 model
  4. Text size is limited to 400 tokens or ~1600 characters
  5. Idea is returned and rendered onto frontend with use of React Hooks

Stuff I used

About

Website that generates hackathon project ideas based on a prompt using OpenAI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.7%
  • CSS 23.3%