The project requires the following packages to be installed:
- Pandas
- NumPy
- Scikit-learn
- LangDetect
- LangId
- FastText
- Sentence Transformer
- TensorFlow
- Matplotlib
- Seaborn
To install these packages, you can run the following command:
> pip install pandas numpy scikit-learn langdetect langid fasttext sentence-transformers tensorflow matplotlib seabornTo run the project, you can follow these steps:
- Clone the repository to your local machine:
> git clone https://github.com/jaywyawhare/Language-Prediction.git- Navigate to the project directory:
> cd Language-Prediction- Install the required packages:
> pip install -r requirements.txt- To deploy it:
> streamlit run main.pyThe script will load the dataset, preprocess the data, train and evaluate the models, and display the results.