stonk-ai-client

Stonk Ai Client

An AI-powered Stock sentiment and technical analysis tool. Powered by Sveltekit, Python, OpenAI, and TensorFlow.

ai-stock-client

Getting Started:

Prerequisites

YOUTUBE_API_KEY: You will need to create a YouTube API key and set it as an environment variable. You can do this by creating a .env file in the root of the project and adding the following line:

YOUTUBE_API_KEY=your_api_key

OPENAI_API_KEY: You will need to create an OpenAI API key and set it as an environment variable. You can do this by creating a .env file in the root of the project and adding the following line:

OPENAI_API_KEY=your_api_key

SERVER_URL: You will need to set the server url as an environment variable. You can do this by creating a .env file in the root of the project and adding the following line:

SERVER_URL=your_server_url (e.g. http://localhost:8000)

Running client

cd ai-stock-client

Install dependencies

pnpm install

Run client

pnpm run dev

Build client

pnpm run build

Top categories

Loading Svelte Themes