Skip to content

A web application designed to help users plan their diets and interact with a chatbot for additional dietary assistance.

License

Notifications You must be signed in to change notification settings

azeebneuron/NutriMate

Repository files navigation

Here's the updated README file for your project "BurgerPizza" with the additional installation instructions for the chatbot:


NutriMate

Overview

NutriMate is a web application designed to help users plan their diets and interact with a chatbot for additional assistance. The project consists of two main sections: a Diet Planner and a Chatbot.

Sections

Diet Planner

The Diet Planner section includes various HTML files that provide the user interface for planning meals and tracking nutritional intake.

Running the Diet Planner

To run the Diet Planner, navigate to the project directory and execute the following command:

python3 main.py

Chatbot

The Chatbot section allows users to interact with a virtual assistant that can answer questions and provide dietary advice.

Running the Chatbot

Before running the Chatbot, install the necessary software using the following commands:

curl -fsSL https://ollama.com/install.sh | sh
ollama run phi3

After installation, navigate to the project directory and execute the following command to run the chatbot:

python3 chatbot.py

Installation and Setup

  1. Clone the repository:
git clone https://github.com/yourusername/burgerpizza.git
  1. Navigate to the project directory:
cd burgerpizza
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Install additional software for the Chatbot:
curl -fsSL https://ollama.com/install.sh | sh
ollama run phi3

Usage

  • To use the Diet Planner, open a web browser and go to the local server address provided by running main.py.
  • To interact with the Chatbot, follow the instructions given after running chatbot.py.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A web application designed to help users plan their diets and interact with a chatbot for additional dietary assistance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published