Skip to content

An AI horoscope website built with Node.js, React and a GPT-3.5 API. Use this as a blueprint to build your own AI web app.

License

Notifications You must be signed in to change notification settings

CalumChilds/GPT-AI-Horoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UoS Computing Society Horoscope

It uses the Next.js framework with React. Check out the tutorial or follow the instructions below to get set up.

Setup

Note: Where it says s123456 in these instructions, rename index.js to index-s(your student number).js This will make it a lot easier for us to accept your pull requests!

  1. If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)

  2. Click the Fork button on the top-right hand corner of this page. This will create a version of this repository on your GitHub account.

  3. Install GitHub Desktop or Git if you haven't already. Instructions on how to install GitHub Desktop can be found here..

  4. Navigate into the project directory using the Node.js command prompt program.

    $ cd GPT-AI-Horoscope
  5. Install the requirements

    $ npm install
  6. Add your API key in index-s123456.js (located inside the pages folder), where it says "{YOUR_OPEN_AI_API_KEY}".

  7. Run the app

    $ npm run dev

You should now be able to access the app at localhost:3000/index-s123456.

About

An AI horoscope website built with Node.js, React and a GPT-3.5 API. Use this as a blueprint to build your own AI web app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published