Skip to content

This is my first public project which is an AI-powered (Claude API) stock analysis dashboard that provides real-time stock data, technical analysis, and AI-generated insights.

License

Notifications You must be signed in to change notification settings

APFFM/stockcopilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered Stock Analysis Dashboard

This is my first public project which is an AI-powered (Claude API) stock analysis dashboard that provides real-time stock data, technical analysis, and AI-generated insights.

Features

  • Real-time stock data visualization
  • Technical analysis charts (price, returns, volume)
  • AI-powered stock analysis
  • Interactive chat for stock-related questions

Installation

  1. Clone the repository:

    git clone https://github.com/APFFM/ai-stock-analysis.git
    cd ai-stock-analysis
  2. Install the required packages:

    pip install -r requirements.txt
  3. Set up environment variables: Create a .env file in the root directory and add your Anthropic API key:

    echo "ANT=your_anthropic_api_key" > .env
  4. Run the application:

    python app2.py
  5. Open a web browser and navigate to https://localhost:8050

Usage

  1. Enter a stock ticker (e.g., AAPL for Apple Inc.) in the input field.
  2. Select a time period from the dropdown menu.
  3. Click "Fetch Data" to retrieve and display the stock analysis.
  4. Use the chat feature to ask specific questions about the stock.

Screenshots

Here are some screenshots of the AI-powered stock analysis dashboard:

Screenshot 1 Screenshot 2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Created by Alex Proschkin

About

This is my first public project which is an AI-powered (Claude API) stock analysis dashboard that provides real-time stock data, technical analysis, and AI-generated insights.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published