TREND-X-BTC is an advanced cryptocurrency price prediction system leveraging LSTM neural networks combined with attention mechanisms to forecast Bitcoin prices with an impressive 98% accuracy. The project integrates real-time market data, sentiment analysis, and blockchain metrics to deliver comprehensive insights and accurate forecasts, empowering users to make confident and informed trading decisions.
- Advanced Neural Architecture: LSTM networks with attention mechanism achieving 98% prediction accuracy.
- Real-time Data Integration: Live market data from Binance, sentiment analysis, and blockchain metrics.
- Interactive Dashboard: Real-time visualization and analysis tools.
- AI-Powered Chat: Multiple language models with web searching capabilities.
- Automated Predictions: Scheduled predictions and notifications system.
- 3D Visualization: Enhanced Bitcoin model with dynamic animations and effects.
-
Frontend:
- Next.js 14
- TypeScript
- Framer Motion
- Three.js
- TailwindCSS
-
Backend & Services:
- Firebase
- Clerk Authentication
- Binance API
- Multiple LLM Integration
-
Data Sources:
- Binance (Real-time cryptocurrency data)
- Alternative.me (Market sentiment)
- FRED (Macroeconomic indicators)
- Google BigQuery (Blockchain metrics)
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
src/
├── app/ # App router components
├── components/ # Reusable components
├── pages/ # Page components
│ ├── api/ # API routes
│ ├── auth/ # Authentication pages
│ ├── dashboard/ # Dashboard views
│ └── prediction/ # Prediction interface
├── config/ # Configuration files
└── styles/ # Global styles
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push to the branch.
- Open a Pull Request.
This project is licensed under the MIT License.
For questions or collaboration, contact [email protected].
© 2024 TREND-X-BTC. All rights reserved.