|
| 1 | +MIT License |
| 2 | + |
| 3 | +Copyright (c) 2025 ARA AI - Ultimate Stock Prediction System |
| 4 | + |
| 5 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | +of this software and associated documentation files (the "Software"), to deal |
| 7 | +in the Software without restriction, including without limitation the rights |
| 8 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | +copies of the Software, and to permit persons to whom the Software is |
| 10 | +furnished to do so, subject to the following conditions: |
| 11 | + |
| 12 | +The above copyright notice and this permission notice shall be included in all |
| 13 | +copies or substantial portions of the Software. |
| 14 | + |
| 15 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 21 | +SOFTWARE. |
| 22 | + |
| 23 | +================================================================================ |
| 24 | + |
| 25 | +ADDITIONAL TERMS AND CONDITIONS |
| 26 | + |
| 27 | +1. FINANCIAL DISCLAIMER |
| 28 | + This software provides stock price predictions based on historical data and |
| 29 | + machine learning models. These predictions are for informational purposes |
| 30 | + only and should not be considered as financial advice, investment |
| 31 | + recommendations, or guarantees of future performance. |
| 32 | + |
| 33 | +2. NO INVESTMENT ADVICE |
| 34 | + The authors and contributors of this software are not licensed financial |
| 35 | + advisors. Users should consult with qualified financial professionals |
| 36 | + before making any investment decisions. |
| 37 | + |
| 38 | +3. RISK ACKNOWLEDGMENT |
| 39 | + Stock market investments carry inherent risks, including the potential loss |
| 40 | + of principal. Past performance does not guarantee future results. Users |
| 41 | + acknowledge that they use this software at their own risk. |
| 42 | + |
| 43 | +4. ACCURACY DISCLAIMER |
| 44 | + While the software aims for high accuracy in predictions, no prediction |
| 45 | + system is 100% accurate. Market conditions, unforeseen events, and other |
| 46 | + factors can affect actual stock performance. |
| 47 | + |
| 48 | +5. DATA SOURCES |
| 49 | + This software uses publicly available market data from third-party sources. |
| 50 | + The accuracy and availability of this data is not guaranteed by the |
| 51 | + software authors. |
| 52 | + |
| 53 | +6. PRIVACY PROTECTION |
| 54 | + This software is designed to protect user privacy by processing all data |
| 55 | + locally. However, users are responsible for their own data security and |
| 56 | + privacy practices. |
| 57 | + |
| 58 | +7. THIRD-PARTY COMPONENTS |
| 59 | + This software includes third-party libraries and models (including Hugging |
| 60 | + Face models) that are subject to their own licenses and terms of use. |
| 61 | + |
| 62 | +8. COMPLIANCE |
| 63 | + Users are responsible for ensuring their use of this software complies |
| 64 | + with all applicable laws and regulations in their jurisdiction. |
| 65 | + |
| 66 | +9. MODIFICATION AND DISTRIBUTION |
| 67 | + Users may modify and distribute this software under the terms of the MIT |
| 68 | + License, but must include appropriate disclaimers about the nature of |
| 69 | + financial predictions and investment risks. |
| 70 | + |
| 71 | +10. LIMITATION OF LIABILITY |
| 72 | + In no event shall the authors or contributors be liable for any financial |
| 73 | + losses, investment decisions, or other damages arising from the use of |
| 74 | + this software, even if advised of the possibility of such damages. |
| 75 | + |
| 76 | +================================================================================ |
| 77 | + |
| 78 | +THIRD-PARTY LICENSES |
| 79 | + |
| 80 | +This software incorporates the following third-party components: |
| 81 | + |
| 82 | +1. Scikit-learn (BSD License) |
| 83 | +2. XGBoost (Apache License 2.0) |
| 84 | +3. LightGBM (MIT License) |
| 85 | +4. PyTorch (BSD License) |
| 86 | +5. Transformers by Hugging Face (Apache License 2.0) |
| 87 | +6. Pandas (BSD License) |
| 88 | +7. NumPy (BSD License) |
| 89 | +8. yfinance (Apache License 2.0) |
| 90 | +9. Rich (MIT License) |
| 91 | + |
| 92 | +Each component is subject to its respective license terms. Users should |
| 93 | +review the individual licenses for complete terms and conditions. |
| 94 | + |
| 95 | +================================================================================ |
| 96 | + |
| 97 | +HUGGING FACE MODEL LICENSES |
| 98 | + |
| 99 | +This software downloads and uses AI models from Hugging Face: |
| 100 | + |
| 101 | +1. ProsusAI/finbert - Used under Apache License 2.0 |
| 102 | +2. cardiffnlp/twitter-roberta-base-sentiment-latest - Used under MIT License |
| 103 | + |
| 104 | +These models are downloaded to the user's local machine and are subject to |
| 105 | +their respective licenses and terms of use as published by their creators. |
| 106 | + |
| 107 | +================================================================================ |
| 108 | + |
| 109 | +CONTACT INFORMATION |
| 110 | + |
| 111 | +For questions about this license or the software: |
| 112 | +- GitHub Issues: https://github.com/yourusername/araai/issues |
| 113 | +- GitHub Discussions: https://github.com/yourusername/araai/discussions |
| 114 | + |
| 115 | +================================================================================ |
| 116 | + |
| 117 | +By using this software, you acknowledge that you have read, understood, and |
| 118 | +agree to be bound by the terms of this license and all applicable disclaimers. |
0 commit comments