Zoifyllon is mobile app platform powered by image processing and AI technologies to swiftly and accurately diagnose diseases plant leaves.
To install and run the Zoifyllon API on your local machine, follow these steps:
NOTE: You must run detectAPI to use the Model Prediction
- Clone the Repository
git clone https://github.com/zoifyllon/backend.git
- Dependencies Installation
npm install
- Database Migrate
npx prisma migrate dev
- Run the Application
- Development
npm run start-dev
- Production
npm run start