Views
No views yet
1# Create virtual environment
2python -m venv venv
3# Activate virtual environment
4.\venv\Scripts\Activate
5# Install dependencies
6pip install -r requirements.txt1# Install dependencies
2npm install
3npm installstart_app.bat to launch both the backend and frontend automatically!1# Ensure you are in the root directory and your venv is activated
2python main.py apihttp://127.0.0.1:8000.1# Open a new terminal
2npm run devhttp://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