nehulagrawal commited on
Commit
2b468b7
β€’
1 Parent(s): 39bdbb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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 = """ πŸ•―οΈ Introducing CandleStickScan by Foduu AI πŸ•―οΈ
11
- Unleash the power of precise pattern recognition with CandleStickScan, your ultimate companion for deciphering intricate candlestick formations in the world of trading. πŸ“ŠπŸ“ˆ
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