Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzairahmednasir/wine-quality-predictor
semester project for machine learning course
https://github.com/uzairahmednasir/wine-quality-predictor
ai-project machine-learning ml-project wine-quality
Last synced: about 2 months ago
JSON representation
semester project for machine learning course
- Host: GitHub
- URL: https://github.com/uzairahmednasir/wine-quality-predictor
- Owner: uzairahmednasir
- Created: 2023-07-12T13:23:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T13:25:20.000Z (over 1 year ago)
- Last Synced: 2023-07-13T02:36:27.716Z (over 1 year ago)
- Topics: ai-project, machine-learning, ml-project, wine-quality
- Language: Jupyter Notebook
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. create folder named `project` and inside that folder create another folder called `Wine-Quality-Predictor` and extract the zip file code into it.
2. navigate into ./project in CLI
3. create a python virtual environment in it using `python -m venv .`
4. activate the virtual environment by running `./Scripts/Activate.ps1` inside projects dir
5. there's a requirement.txt file inside main ./Wine-Quality-Predictor folder copy it back in the ./projects folder
6. then run command `pip install -r requirements.txt` inside that dir, this will install all the necessary libraries that are needed to run this locally
7. when everything is installed go into the project folder inside CLI and then run `python server.py`
8. this will run the flask server and you can go to the given IP address, access the front end input fields and put in the values to test the validity of the project