Running the Application Locally

Tutorial 1: Setting up the Application Locally

Overview This guide will walk you through the process of setting up and running the Rice Disease Detection application on your local machine. Prerequisites Before you begin, ensure you have the following installed: Node.js npm (Comes with Node.js) Git AWS account credentials Step 1: Clone the Repository Open your terminal Clone the repository: git clone https://github.com/amanlikemurphy/rice-detection-app.git Step 2: Install Dependencies Run the following command to install the dependencies: npm install Step 3: Configure Environment Variables The application uses AWS Rekognition, S3, and DynamoDB. You will need to configure the environment variables for these services. ...

February 16, 2025 · 2 min