nehulagrawal
commited on
Commit
β’
2b468b7
1
Parent(s):
39bdbb6
Update app.py
Browse files
app.py
CHANGED
@@ -7,14 +7,10 @@ from ultralyticsplus import YOLO, render_result
|
|
7 |
|
8 |
# Model Heading and Description
|
9 |
model_heading = "CandleStickScan: Pattern Recognition for Trading Success"
|
10 |
-
description = """ π―οΈ
|
11 |
-
|
12 |
-
Unlock the secrets of successful trading by effortlessly identifying crucial candlestick patterns such as 'Head and Shoulders Bottom', 'Head and Shoulders Top', 'M-Head', 'StockLine', 'Triangle', and 'W-Bottom'. ππ
|
13 |
-
Powered by the cutting-edge technology of Foduu AI, CandleScan is your expert guide to navigating the complexities of the market. Whether you're an experienced trader or a novice investor, our app empowers you to make informed decisions with confidence. πΌπ°
|
14 |
-
But that's not all! CandleScan is just the beginning. If you're hungry for more pattern recognition prowess, simply reach out to us at info@foddu.com. Our dedicated team is ready to assist you in expanding your trading horizons by integrating additional pattern recognition features. π¬π²
|
15 |
-
Show your appreciation for this space-age tool by hitting the 'Like' button and start embarking on a journey towards trading mastery with CandleScan! ππ―οΈπ
|
16 |
π§ Contact us: info@foddu.com
|
17 |
-
π Like | """
|
18 |
|
19 |
image_path= [['test/test1.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45], ['test/test2.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45]]
|
20 |
|
|
|
7 |
|
8 |
# Model Heading and Description
|
9 |
model_heading = "CandleStickScan: Pattern Recognition for Trading Success"
|
10 |
+
description = """ π―οΈ Light up your trading game with CandleStickScan! We decode candlestick mysteries like trading Sherlock! π΅οΈββοΈ From 'Head and Shoulders' to 'W-Bottom', we've got patterns covered. Powered by Foduu AI's magic, we'll be your trading Gandalf. Whether you're a trading guru or just starting, we've got your back. πΌπ°
|
11 |
+
π Trading with CandleScan is like having a secret trading sauce. Curious? Reach out at info@foddu.com and unveil the magic! Liking us won't give you superpowers, but it's a step towards trading wizardry! πππ―οΈ
|
|
|
|
|
|
|
|
|
12 |
π§ Contact us: info@foddu.com
|
13 |
+
π Like | Join the Trading Adventure!"""
|
14 |
|
15 |
image_path= [['test/test1.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45], ['test/test2.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45]]
|
16 |
|