FORECAST FORGE is a powerful and intuitive application designed to empower users with the ability to perform data analysis and generate predictions using machine learning models. Whether you're a data scientist, a business analyst, or just curious about uncovering insights from your data, FORECAST FORGE provides a user-friendly interface to upload your datasets, train various models, and visualize predictions.
Key Features:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository:
bash git clone
Navigate to the project directory:
bash cd forecast-forge
bash npm install # or yarn install
To run the application locally, use the following command:
bash npm run dev