zafnaqvi/forex-ai-trading-bot
0
๐ฑ Forex AI Trading Bot
This is an AI-powered Forex trading bot hosted on Hugging Face Spaces. It analyzes real-time Forex data and provides Buy/Sell/Hold signals using a trained machine learning model.
๐ง How It Works
- Input a currency pair (e.g.,
EUR/USD) - The bot fetches real-time data using Alpha Vantage API
- Technical features are extracted from the data
- The AI model predicts a trading signal
๐ Project Files
app.pyโ Gradio app for the frontend and logicutils.pyโ Handles data fetching and feature generationforex_model.pklโ Your trained machine learning modelrequirements.txtโ List of Python packages
๐งช Instructions
- Add your Alpha Vantage API key in
utils.py - Upload a trained model named
forex_model.pkl - Enter a currency pair and get the signal!
๐ก๏ธ License
This project is licensed under the MIT License.
