Programming-Language-Predictor
The main objective of this project is to predict the programming language from the input code file.
To install
The language used is Python3
Required Libraries
pandas
numpy
sklearn
re
timeTo run through CLI
python predict_language.py inputCode.txtYou can also use Google Colab.
