Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.3 KB

File metadata and controls

67 lines (48 loc) · 1.3 KB

<<<<<<< HEAD

Moroccan Recipe Recommender

=======

Moroccan Recipe CHATBOT

Incoming

<<<<<<< HEAD

Introduction

======= Note: Please ensure you have installed nodejs

Incoming

<<<<<<< HEAD The Moroccan Recipe Recommender is an AI-based system that provides recommendations for Moroccan recipes.

To preview and run the project on your device:

Incoming

<<<<<<< HEAD

  • Backend:

The API offers endpoints for retrieving recipe recommendations, user authentication, and more.

To run the API locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Moroccan-Data-Scientists/Moroccan-Recipe-CHATBOT-Recommendation-SYSTEM
  2. Locate the api directory:
cd Moroccan-Recipe-CHATBOT-Recommendation-SYSTEM/web/Backend
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the server
uvicorn main:app --reload
  1. Access from the browser
http://localhost:8000
  1. Access the Swagger UI documentation:
http://localhost:8000/docs

=======

  1. Open project folder in Visual Studio Code
  2. In the terminal, run npm install
  3. Run npm start to view project in browser

Incoming