<<<<<<< HEAD
=======
Incoming
<<<<<<< HEAD
=======
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
The API offers endpoints for retrieving recipe recommendations, user authentication, and more.
To run the API locally, follow these steps:
- Clone the repository:
git clone https://github.com/Moroccan-Data-Scientists/Moroccan-Recipe-CHATBOT-Recommendation-SYSTEM
- Locate the api directory:
cd Moroccan-Recipe-CHATBOT-Recommendation-SYSTEM/web/Backend
- Install the dependencies:
pip install -r requirements.txt
- Run the server
uvicorn main:app --reload
- Access from the browser
http://localhost:8000
- Access the Swagger UI documentation:
http://localhost:8000/docs
=======
- Open project folder in Visual Studio Code
- In the terminal, run
npm install
- Run
npm start
to view project in browser
Incoming