Here's the updated README file for your project "BurgerPizza" with the additional installation instructions for the chatbot:
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.
The Diet Planner section includes various HTML files that provide the user interface for planning meals and tracking nutritional intake.
To run the Diet Planner, navigate to the project directory and execute the following command:
python3 main.py
The Chatbot section allows users to interact with a virtual assistant that can answer questions and provide dietary advice.
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
- Clone the repository:
git clone https://github.com/yourusername/burgerpizza.git
- Navigate to the project directory:
cd burgerpizza
- Install the required dependencies:
pip install -r requirements.txt
- Install additional software for the Chatbot:
curl -fsSL https://ollama.com/install.sh | sh
ollama run phi3
- 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
.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.