The objective of this project is to design and implement a system that predicts future stock prices using machine learning techniques and provides an interactive web platform for analysis.
-
Navigate to the Python folder: cd ml_service
-
One-Click Install:
Windows: Double-click setup.bat
Mac/Linux: Run setup.sh in your terminal.
- Start the Server:
python -m uvicorn main:app --reload