An open API service indexing awesome lists of open source software.

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

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

-