Bianka AI Client | BUGZ GitHub Repository
Bianka AI is the base client for the Artificial Neural Network (ANN) server, known as Bugz. This project provides the UI for interacting with the ANN server, offering a sleek and responsive interface for users to communicate with Bianka AI.
Bianka AI serves as a client-side application built using Next.js, providing an interactive and user-friendly interface to engage with the Bugz server. The application is deployed and accessible at Bianka AI Production.
- Responsive UI: Designed with responsiveness in mind, ensuring seamless operation across all devices.
- Real-time Interaction: Facilitates real-time interaction with the Bugz ANN server.
- User-friendly Interface: Offers a clean and intuitive interface for users to easily communicate with Bianka AI.
Before you begin, ensure you have met the following requirements:
- Node.js (v14 or higher)
- npm or yarn package manager
-
Clone the repository from GitHub:
git clone https://github.com/MartinAbilev/bugs.git cd bugs
-
Install the dependencies:
npm install # or yarn install
To start the development server, run the following command:
npm run dev
# or
yarn dev
Open your browser and navigate to http://localhost:3000 to see the application in action.
To build the application for production, use:
npm run build
# or
yarn build
This will generate an optimized build in the .next
folder, ready for deployment.
The application is currently deployed on Vercel. You can view the live version at Bianka AI Production.
For deploying your instance, simply push your changes to the main branch, and Vercel will automatically deploy the latest version.
We welcome contributions to Bianka AI! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries or issues, please reach out via GitHub Issues or contact us directly.