Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjdiasaad/webapp-ml-salaryprediction

Application Web de prédiction de salaire en utilisant Streamlit
https://github.com/benjdiasaad/webapp-ml-salaryprediction

ipython-notebook machine-learning prediction-algorithm python salary-prediction streamlit streamlit-webapp vscode web-application

Last synced: 28 days ago
JSON representation

Application Web de prédiction de salaire en utilisant Streamlit

Awesome Lists containing this project

README

        

## Salary Prediction - Machine Learning Web App [Python, Machine Learning]

Hello! My application named "Salary Prediction".

## À propos de ce projet
C'est une application Web Machine Learning en Python avec Streamlit. j'ai utilisé des données du monde réel pour créer un modèle d'apprentissage automatique. Analyser les données et construiser notre modèle, et par la suite j'ai construit l'application Web à l'aide de streamlit.

## Installation

Pour que le projet soit opérationnel sur votre ordinateur local, procédez comme suit :

1. cloner avec l'url donnée en utilisant commande => git clone https://github.com/benjdiasaad/WebApp-ML-salaryprediction
2. Exécutez **pip install streamlit**, pour installer streamlit
3. Exécutez la commande **streamlit run app.py** dans votre invite de commande pour démarrer l'application

## Technologies utilisées

* Python.
* Les algorithmes de ML.
* Jupyter Notebook.
* Visual Studio Code (IDE).
* Git.

## Screen Shots
![01 - home page](https://github.com/benjdiasaad/WebApp-ML-salaryprediction/blob/main/screenshots/1.png)
![02 - predict salary](https://github.com/benjdiasaad/WebApp-ML-salaryprediction/blob/main/screenshots/2.png)
![03 - explore](https://github.com/benjdiasaad/WebApp-ML-salaryprediction/blob/main/screenshots/3.png)
![02 - histogram](https://github.com/benjdiasaad/WebApp-ML-salaryprediction/blob/main/screenshots/4.png)
![02 - plot](https://github.com/benjdiasaad/WebApp-ML-salaryprediction/blob/main/screenshots/5.png)