This repository contains the code and documentation for the Minor Project. The project aims to detect fake product reviews using three machine learning algorithms: Logistic Regression, Random Forest Classifier, and Support Vector Machine (SVC).
Detect Fake Reviews in the following languages:
- English
- Nepali (Devnagari and Romanized both)
# Clone the repository
git clone https://github.com/PramishSapkota/Project.git
# Navigate to the project directory
cd Project
# Create and activate a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
<!---## Usage
To use this project, follow these steps:
1. Start the application:
```sh
npm start
```
2. Open your web browser and navigate to `http://localhost:3000`.
--->
## Contributing
If you would like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch:
```sh
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```sh
git commit -m "Add your commit message"
```
4. Push to the branch:
```sh
git push origin feature/your-feature-name
```
5. Create a pull request.
## Contact
If you have any questions or suggestions, please feel free to contact us at [your-email@example.com](mailto:your-email@example.com).
## Contributors
- Achyut Bhattrai
- Pramish Sapkota
- Rupesh Chaudhary
- Utsav Poudel