Giter Site home page Giter Site logo

final_year_project's Introduction

๐Ÿค– Intelligent Chatbot System for Streamlined Ticketing Processes ๐ŸŽซ

This project presents an intelligent chatbot system designed to streamline ticketing processes in large organizations. The system follows the CRUD (Create, Read, Update, Delete) model and utilizes a RESTful architecture for efficient customer management.

๐Ÿ“‹ Table of Contents

  1. Requirements
  2. Installation
  3. Usage
  4. Project Structure
  5. Contributions

Requirements

To run the intelligent chatbot system, you need to have the following software installed:

  • Docker
  • Docker Compose

๐Ÿš€ Installation

Follow these steps to set up the project:

  1. Clone the repository:
git clone https://github.com/your-username/intelligent-chatbot-system.git

Navigate to the project directory:

cd Final_year_project

Download the required models:

  1. Mistral-7b-OpenOrca model

Visit the GPT4All website and choose the OpenOrca option. Download the model file and rename it to mistral-7b-openorca.gguf2.Q4_0.gguf.

2 . LLaMA 2 model

Visit the LLaMA 2 model repository on Hugging Face. Download the model file and rename it to llama-2-7b.Q4_0.gguf.

Create a folder named Gpt4all inside the project/chatbot directory. Place the downloaded model files (mistral-7b-openorca.gguf2.Q4_0.gguf and llama-2-7b.Q4_0.gguf) inside the Gpt4all folder. Build and run the Docker containers:

docker-compose up --build

This command will build the necessary Docker images and start the containers. The process may take a few minutes to complete. Once the containers are up and running, the intelligent chatbot system should be ready to use! ๐ŸŽ‰

๐Ÿ’ฌ Usage

To interact with the chatbot system, follow these steps:

  1. Open your web browser and navigate to http://localhost:3000.

  2. Create an admin acount

  3. you will be now able to ecess the chatbot, but beore use genereate some tikcekts so the chatbot has it as information

  4. You will be presented with a user-friendly interface where you can engage in conversations with the chatbot. ๐Ÿ—จ๏ธ

  5. Type your queries or requests related to ticketing processes, and the chatbot will provide intelligent and relevant responses. โœจ

๐Ÿ“‚ Project Structure

The project structure is organized as follows:
Copy codeintelligent-chatbot-system/
โ”œโ”€โ”€ backend/
โ”‚   โ”œโ”€โ”€ Dockerfile
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ chatbot/
โ”‚   โ”œโ”€โ”€ Dockerfile
โ”‚   โ”œโ”€โ”€ Gpt4all/
โ”‚   โ”‚   โ”œโ”€โ”€ mistral-7b-openorca.gguf2.Q4_0.gguf
โ”‚   โ”‚   โ””โ”€โ”€ llama-2-7b.Q4_0.gguf
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ frontend/
โ”‚   โ”œโ”€โ”€ Dockerfile
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ docker-compose.yml
โ””โ”€โ”€ ...

The backend directory contains the backend server code and its associated Dockerfile. The chatbot directory houses the chatbot implementation, including the Gpt4all folder where the downloaded models should be placed.

The frontend directory contains the frontend user interface code and its associated Dockerfile.

The docker-compose.yml file defines the services and their configurations for running the system using Docker Compose.

๐Ÿค Contributions

Contributions to the intelligent chatbot system are welcome! If you encounter any issues, have suggestions for improvements, or would like to add new features, please submit a pull request or open an issue on the GitHub repository. ๐Ÿ˜Š

Let's collaborate to make this chatbot system even better and revolutionize the way organizations handle their ticketing processes! ๐ŸŒŸ Copy code This README file includes emojis to add visual appeal and enhance the readability of the content. Feel free to customize the emojis or add more to suit your preferences!

final_year_project's People

Contributors

fmilheir avatar

Stargazers

Lester avatar

Watchers

 avatar

final_year_project's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.