Skip to content

xTonyYu/ai-financial-advice

Repository files navigation

Get AI Investment Advice from a Mob Boss or a Rich Dude - using OpenAI API and Next.js with React.

This is an app that provides funny, non-prfessional investment advice. This app DOES NOT provide real advice. Always consult real licensed financial planner for any financial advice.

advice.mov

Setup

  1. Install Node.js, if you don't have it yet.
  2. Clone this repository
  3. Navigate to the project directory
    $ cd financial-advice
  4. Install the requirements
    $ npm install
  5. Copy the .env.example file to .env On Linux systems:
    $ cp .env.example .env
    On Windows:
    $ copy .env.example .env
  6. Get your OpenAI API key the place it in the .env file created above
  7. Run the app
    $ npm run dev

You can access the app at http://localhost:3000!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published