markov-chain-simulator

HEAD

Markov Chain Stock Simulator

This application simulates stock prices using a Markov Chain model and provides comparison functionality for multiple stocks.

Current Configuration

How to Run

  1. Clone the repository:
    git clone https://github.com/yourusername/markov-chain-simulator.git
    cd markov-chain-simulator
    
  2. Install the required dependencies:
    pip install -r requirements.txt
    
  3. Run the FastAPI server:
    uvicorn app.main:app --reload
    
  4. Open your web browser and navigate to http://localhost:8000

Features

Additional Information

For more detailed information on the implementation, please refer to the source code and comments within the project files.

License

This project is licensed under the MIT License - see the LICENSE file for details.

markov-chain-simulator

Takes in ticker symbols and price information and performs a markov chain simulation «««< HEAD

=======

dev 0e2880cba1c0525e8bb19648fcb486533aceaaf5