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.
- Host: GitHub
- URL: https://github.com/blackiq/qandai-ui
- Owner: BlackIQ
- License: mit
- Created: 2023-04-23T11:05:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T12:08:43.000Z (over 2 years ago)
- Last Synced: 2025-09-13T01:30:07.088Z (10 months ago)
- Topics: api, flask, ml, nextjs, ui
- Language: JavaScript
- Homepage: https://chat.amirhossein.info
- Size: 326 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.