An open API service indexing awesome lists of open source software.

https://github.com/blackiq/qandai-ui

QandAI is a chatbot that uses artificial intelligence (AI) to answer user questions. It is built using Python, Flask, and scikit-learn, and can be easily customized to suit your needs.
https://github.com/blackiq/qandai-ui

api flask ml nextjs ui

Last synced: 2 months ago
JSON representation

QandAI is a chatbot that uses artificial intelligence (AI) to answer user questions. It is built using Python, Flask, and scikit-learn, and can be easily customized to suit your needs.

Awesome Lists containing this project

README

          

# [QandAI - Front-End](https://chat.amirhossein.info)

## Introduction

QandAI is a chatbot that uses artificial intelligence (AI) to answer user questions. It is built using Python, Flask, and scikit-learn, and can be easily customized to suit your needs. This project is located at [BlackIQ/QandAI](https://github.com/BlackIQ/QandAI).

## Front-End

With this project you can access to this ML project easier. We created this project with **NextJs**.

## Getting Started

### Requirements

To use QandAI Front-End, you will need:

- NextJs
- NPM
- Node

### Installation

To install QandAI Front-End dependencies, follow these steps:

1. Clone the repository from GitHub: `git clone https://github.com/BlackIQ/QandAI-UI.git`.
2. Navigate to the project directory: `cd QandAI-UI`.
3. Install the required dependencies: `npm i`.

### Usage

To use QandAI, follow these steps:

1. Copy `.env.example` to `.env` and change `NEXT_PUBLIC_API` to your custome url.
2. Then start the project with `npm run dev`.

### Customization

To customize QandAI, you can modify the following:

- `src/pages/index.js`: The only page it the project.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgments

QandAI was inspired by the many open-source chatbot projects available online. Thank you to the developers and contributors of scikit-learn, Flask, and joblib for their excellent libraries.