Downloads ยท 30 days
0
dineth0147/Crypto-MX2
Crypto-MX2 is a machine learning model from dineth0147. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
A Multi-Modal Explainable AI (XAI) system for cryptocurrency price forecasting.
Downloads ยท 30 days
0
Access
Public
Updated Mar 26, 2026
Repo size
107 MB
Likes
0
Public
Click a slice to open those files.
.h582 MB ยท 74%
From the Hugging Face model README
A Multi-Modal Explainable AI (XAI) system for cryptocurrency price forecasting.
Backend:
# Create virtual environment
python -m venv venv
# Activate virtual environment
.\venv\Scripts\Activate
# Install dependencies
pip install -r requirements.txt
Frontend:
# Install dependencies
npm install
npm install
Simply double-click start_app.bat to launch both the backend and frontend automatically!
Start the backend API server which serves the machine learning models and data:
# Ensure you are in the root directory and your venv is activated
python main.py api
The API will be available at http://127.0.0.1:8000.
Start the frontend development server:
# Open a new terminal
npm run dev
The frontend will typically run at http://localhost:5173 (check the terminal output).
main.py: Main entry point for backend commands (data collection, training, api).src/: Backend source code.index.html & vite.config.ts: Frontend entry points.python main.py setuppython main.py market (Collect Binance data)python main.py social (Collect social data)python main.py onchain (Collect on-chain data)python main.py train