This repository is structured as follows:
Code/: Contains all Jupyter-Notebooks and required code.Dataset_Preparation.ipynb: Preparation of dataset.Market_Predictor.ipynb: Model implementation and evaluation.Analysis.ipynb: Final analysis.
Dataset/: Required data files in CSVnasdaq_screener.csv: List of stocks listed on NYSE and NASDAQ.main.csv: Consolidated fundamental financial data (company-wise).
Results/: Results obtained from Market_Predictor.ipynb and Analysis.ipynb.README.md: Overview of the project, setup instructions, and usage guide.