In order to obtain flow curves from compression test results of a cold forging material and predict flow curves of the material at intermediate temperature and strain rate values, a model was developed using Python programming language in this study. The model consists of two parts: Flow curve determination and flow curve prediction. The compression test data including Force-Stroke values was processed to determine the flow curves in the first part, and the flow curve data constructed for certain temperature and strain rate values of the material was used as input for the machine learning algorithms to predict flow curve at desired intermediate temperature and strain rate values in the second part. Moreover, Ludwik material model parameters were estimated by using curve fitting methods in order to define the material model into the simulation software. Machine learning algorithms and various regression models in Python libraries were tested to predict the flow curves. The performances of different machine learning and regression models were compared with respect to the mean squared error and coefficient of determination performance measures. Support vector regression, k-Nearest Neighbour (kNN) and artificial neural network models were used to predict flow curves of cold forging materials and kNN regression model was able to found predictions with the lowest error rate. As a result, a model that can process the compression test data to predict flow curves at intermediate temperature or strain rate values was developed.