Are you sure you want to delete this access key?
Legend |
---|
DVC Managed File |
Git Managed File |
Metric |
Stage File |
External File |
Legend |
---|
DVC Managed File |
Git Managed File |
Metric |
Stage File |
External File |
Click to visit:
This repository provides a machine learning-based solution for sentiment analysis of restaurant reviews. It leverages natural language processing (NLP) techniques to classify customer feedback as positive, negative, or neutral, helping restaurants better understand their customer satisfaction and improve their services.
docker pull pigstep/resourant-sentimental-analys:v0.20
docker run -d -p 8000:8000 pigstep/resourant-sentimental-analys:v0.20
http://localhost:8000
.git clone https://github.com/PigStep/Restourant-Sentimental-Analys-ML-based.git
cd Restourant-Sentimental-Analys-ML-based
pip install -r requirements.txt
cd Restourant-Sentimental-Analys-ML-based/src
uvicorn main:app --reload
http://localhost:8000
.Restourant‑Sentimental‑Analys‑ML‑based/
├── .gitattributes
├── Dockerfile # Docker image definition
├── README.md # Project documentation
├── requirements.txt # Python dependencies
├── src/
│ ├── main.py # FastAPI application entry point
│ ├── TextClassifier.py # Wrapper around the trained model
│ └── mlflow_logging.py # Functions for experiment tracking
├── experiment_notebook/
│ ├── baseline_model.ipynb # Logistic‑Regression experiments
│ ├── SVM_model.ipynb # SVM experiments
│ └── data_preparation.ipynb # Data download and cleaning
└── static/
└── index.html # Front‑end landing page served by FastAPI
soon
Contributions are welcome! Please open issues or submit pull requests for improvements, bug fixes, or new features.
This project is licensed under the MIT License.
For questions, suggestions, or feedback, feel free to open an issue or contact PigStep.
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?