Skip to content

An application to scan stock information using LLM's - a first test using Cline for programming

License

Notifications You must be signed in to change notification settings

ralphgrewe/stockscan

Repository files navigation

stockscan

An application to scan stock information using LLM's - a first test using Cline for programming

Font Setup for PDF Reports

This project generates PDF reports using DejaVu fonts. After cloning the repository, you must download the required font files.

To download and extract the fonts, run:

bash scripts/download_fonts.sh

This will download and extract the DejaVu fonts into the correct directory for PDF generation.

Environment Variables

This project requires secret API keys to function. These keys should be stored in a .env file in the project root.

  1. Copy the example file:
    cp env.example .env
  2. Open .env and fill in your secret keys for each variable.

Do NOT commit your .env file to version control. The .env file is already included in .gitignore.

About

An application to scan stock information using LLM's - a first test using Cline for programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published