Machine Learning recommendation system model in Brewscovery.
- Install Python 3.9 or more recent. We need Python with Pip installed.
- Open your working directory and
git clone https://github.com/C23-PS051/ml.git cd ml- Create virtual environment for this service
python -m venv venv - Activate virtual environment
source venv/bin/activate(orvenv\Scripts\activatefor Windows) - Create
.envfile. Use.env.exampleas example - Create Firebase account and store the Firebase Admin SDK credentials. See
.env.example python manage.py makemigrationspython manage.py migratepython manage.py runserver. Voila!