A price prediction application using trained on live stock price data and deployed using Streamlit.
- Real-time stock price data fetching
- Live model training & prediction
- Interactive visualizations
- Model performance metrics
pip install -r requirements.txtstreamlit run app.pypytest tests/stock_predictor/
├── src/ # Source code
│ ├── data/ # Data handling
│ ├── logs/ # Logs
│ ├── models/ # ML models
│ ├── utils/ # Utilities
│ └── config.py # Configuration
├── tests/ # Unit tests
├── app.py # Streamlit app
├── requirements.txt # Dependencies
└── README.md # Documentation
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create your feature branch (git checkout -b feature/AmazingFeature)
- Commit your changes (git commit -m 'Add some AmazingFeature')
- Push to the branch (git push origin feature/AmazingFeature)
- Open a Pull Request
-
Add progress bars (for model training) - Add more data sources
- Try SOTA ML models
- Refine visualizations
Made with 💙 by Argish