Installation
1.Clone the repository:
git clone https://github.com/prashant1039/stack-/edit/main
2.Navigate into the project directory:
cd stock-market-analysis
3.Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows
- Install the required packages:
pip install -r requirements.txt