Wise Farming Chatbot is an advanced chatbot designed to assist farmers with personalized recommendations and insights to improve farming practices. By leveraging cutting-edge natural language processing and machine learning techniques, this chatbot aims to optimize agricultural productivity and decision-making.
- Dynamic Responses: Provides intelligent and context-aware responses to user queries about farming, using the LLaMA API.
- Custom Greeting Messages: Special responses for common greetings such as "hi" and "hello" to create a friendly and welcoming user experience.
- Loading Transition: Smooth loading animation to enhance user experience while waiting for the chatbot's response.
- Programming Languages: Python, JavaScript
- Libraries and Frameworks: LLaMA API, Flask
- Tools: Git, GitHub
To set up and run the Wise Farming Chatbot on your local machine, follow these steps:
- Clone the Repository:
git clone https://github.com/vinutnaruni/Wise-Farming-Chatbot.git```
- Navigate to the Project Directory:
cd Wise-Farming-Chatbot```
- Set Up a Virtual Environment
python -m venv myenv source myenv/bin/activate # On Windows use: myenv\Scripts\activate```
- Install Dependencies:
pip install -r requirements.txt```
- Run the Application:
python app.py```