Kisai Bot is an advanced chatbot designed to assist farmers with various tasks farming techniques and problems. This application is based on Stencil UI and it's components.
kisai-bot/
├── src/
│ ├── components/
│ │ ├── navbar
│ │ ├── index.tsx
│ │ ├── sidebar
│ │ ├── index.tsx
│ │ └── ...
│ ├── pages/
│ │ ├── index.js
│ │ ├── login.js
│ │ └── ...
│ ├── styles/
│ │ ├── golbals.css
│ │
│ ├── utils/
│ │ ├── telemetry.ts
│ │ ├── location.ts
│ │ └── ...
│ └── ...
├── .gitignore
├── package.json
├── README.md
├── tsconfig.json
├── Dockerfile
├── app.config.json
└── ...
git clone https://github.com/BharatSahAIyak/kisai-bot.git
cd kisai-bot
yarn install
yarn dev
After setting up and running the application, you can access it at http://localhost:3000 (or the port specified in your environment variables). Follow the on-screen instructions to interact with the Kisai Bot.
The Figma Design Link for the Kisai-Bot ( Figma Link ) where we regularly update the design and add new features.
We welcome contributions to enhance the Kisai Bot. You can solve the issues that are currently present or raise an issue.
Please follow these steps to contribute:
If you encounter any issues or have suggestions for improvements, please create an issue in the repository. Provide as much detail as possible to help us understand and address the issue.
This project is licensed under the MIT License. See the LICENSE file for more details.