Skip to content

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

Notifications You must be signed in to change notification settings

engageintellect/stonk-ai-client

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published