-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (93 loc) · 5.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Annie - AI-Powered Stock Market Algorithms</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Annie</h1>
<p>
Annie is a collection of 100 innovative AI-powered stock market algorithms transforming trading strategies.
Discover unique tools leveraging generative AI for unparalleled market insights.
<span class="red-text">Remaining Algorithms will be available soon on the platform...</span>
</p>
</header>
<main>
<div class="algorithm-list">
<!-- Algorithm Card 1 -->
<div class="algorithm-card">
<img src="images/algorithm1.png" alt="Algorithm 1">
<h2>1. AI Stock Sentiment Analyzer And Trading Signal Generator</h2>
<a href="https://github.com/roboticslover/1.AI_stock_setiment1.AI_Stock_Sentiment_Analyzer_And_Trading_Signal_Generator.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 2 -->
<div class="algorithm-card">
<img src="images/algorithm2.png" alt="Algorithm 2">
<h2>2. AI Powered Algorithmic Trading Strategy Backtester</h2>
<a href="https://github.com/roboticslover/2.AI_Powered_Algorithmic_trading_strategy_backtester.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 3 -->
<div class="algorithm-card">
<img src="images/algorithm3.png">
<h2>3. AI Powered Stock Technical Indicator Analyzer with Generative AI Explanations</h2>
<a href="https://github.com/roboticslover/3.AI_Powered_Stock_Technical_Indicator_Analyzer_with_Generative_AI_Explanations.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 4 -->
<div class="algorithm-card">
<img src="images/algorithm4.png" alt="Algorithm 4">
<h2>4. AI Powered Stock Portfolio Rebalancing Advisor with Generative Explanations</h2>
<a href="https://github.com/roboticslover/4.AI_Powered_Stock_Portfolio_Rebalancing_Advisor_with_Generative_Explanations.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 5 -->
<div class="algorithm-card">
<img src="images/algorithm5.png">
<h2>5. AI Powered Candlestick Pattern Recognizer and Market Predictor with Generative AI</h2>
<a href="https://github.com/roboticslover/5.AI_Powered_Candlestick_Pattern_Recognizer_and_Market_Predictor_with_Generative_AI.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 6 -->
<div class="algorithm-card">
<img src="images/algorithm6.png" alt="Algorithm 6">
<h2>6. AI Powered Stock Market Anomaly Detector and Explainer</h2>
<a href="https://github.com/roboticslover/6.AI_Powered_Stock_Market_Anomaly_Detector_and_Explainer.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 7 -->
<div class="algorithm-card">
<img src="images/algorithm7.png" alt="Algorithm 7">
<h2>7. AI Powered Financial Statement Analyzer and Report Generator</h2>
<a href="https://github.com/roboticslover/7.AI_Powered_Financial_Statement_Analyzer_and_Report_Generator.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 8 -->
<div class="algorithm-card">
<img src="images/algorithm8.png" alt="Algorithm 8">
<h2>8. AI Powered Stock Clustering and Segmentation Tool with Generative AI Explanations</h2>
<a href="https://github.com/roboticslover/8.AI_Powered_Stock_Clustering_and_Segmentation_Tool_with_Generative_AI_Explanations.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 9 -->
<div class="algorithm-card">
<img src="images/algorithm9.png" alt="Algorithm 9">
<h2>9. AI Powered Market Regime Detection and Adaptive Trading Strategy with Generative AI</h2>
<a href="https://github.com/roboticslover/9.AI_Powered_Market_Regime_Detection_and_Adaptive_Trading_Strategy_with_Generative_AI.git"
target="_blank">View on GitHub</a>
</div>
<!-- Algorithm Card 10 -->
<div class="algorithm-card">
<img src="images/algorithm10.png" alt="Algorithm 10">
<h2>10. AI Powered Reinforcement Learning Trading Agent with Generative AI Explanations</h2>
<a href="https://github.com/roboticslover/10.AI_Powered_Reinforcement_Learning_Trading_Agent_with_Generative_AI_Explanations.git"
target="_blank">View on GitHub</a>
</div>
<!-- Add more algorithm cards as you develop them -->
</div>
</main>
</body>
</html>