Skip to content

VladimirMikulic/coinsight

Repository files navigation

CoinSight

Hashnode MindsDB License: MIT CI Twitter: VladoDev

✨ Cryptocurrency price predictions powered by AI.

Coinsight showcase

📦 Development

  1. Please create free MindDB account and then use those credentials to create .env file:
MINDSDB_USERNAME="MindsDB Account Email"
MINDSDB_PASSWORD="MindsDB Account Password"
  1. Upload sample CSV files from data folder within this repo to MindsDB Cloud
  2. Run the following snippet to train model for each currency
CREATE PREDICTOR {{currency}}_predictor
FROM files
(SELECT * FROM {{currency}})
PREDICT price
  1. Install dependencies (yarn install)
  2. Start development server (yarn dev)

👨 Author

Vladimir Mikulic

🤝 Contributing

Contributions, issues and feature requests are welcome!

🍻 Credits

Predictions powered by MindsDB.

✏️ License

This project is licensed under MIT license.

👨‍🚀 Show your support

Give a ⭐️ if this project helped you!