https://github.com/alvalens/cry-cast
A crypto currency price forecast project with naive bayes and moving average algorithm
https://github.com/alvalens/cry-cast
cryptocurrency forecasting laravel moving-average naive-bayes
Last synced: 3 months ago
JSON representation
A crypto currency price forecast project with naive bayes and moving average algorithm
- Host: GitHub
- URL: https://github.com/alvalens/cry-cast
- Owner: Alvalens
- Created: 2023-03-07T13:57:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T02:59:28.000Z (about 3 years ago)
- Last Synced: 2025-01-11T21:36:10.730Z (over 1 year ago)
- Topics: cryptocurrency, forecasting, laravel, moving-average, naive-bayes
- Language: PHP
- Homepage:
- Size: 51.7 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryCast
CryCast is a web application for predicting cryptocurrency prices using Simple Moving Average (SMA) and Naïve Bayes methods. The application uses historical data to generate predictions for several popular cryptocurrencies.
## Installation
To install CryCast, simply clone the repository or download as a zip.
```
$ git clone https://github.com/Alvalens/cry-cast.git
```
## Usage
To start the application, run the following command in your directory and make sure you have set up a local server on your computer, such as XAMPP or a similar software:
```
php artisan serve
```
Once the application is running, click the link to navigate to the website.
## Contributing
If you would like to contribute to CryCast, please submit a pull request with your changes.
## Credits
CryCast was developed by [Alvalens](https://github.com/Alvalens), [Bian](https://github.com/Alvalens), [Azarya](https://github.com/Alvalens), [Burhan](https://github.com/Alvalens).
## License
-