GithubHelp home page GithubHelp logo

kaiwalya-07 / ai_chat_app_interface Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 318 KB

This project is an AI chat application interface developed using React for the frontend and Nest.js for the backend. It allows users to interact with an AI assistant through a simple and user-friendly chat interface.

TypeScript 61.83% CSS 20.28% HTML 12.91% JavaScript 4.97%
chatbot full-stack chat-interface nest-js react-js rest-api

ai_chat_app_interface's Introduction

AI Chat Application Interface

This project is an AI chat application interface developed using React for the frontend and Nest.js for the backend. It allows users to interact with an AI assistant through a simple and user-friendly chat interface. It uses a REST API in backend that can receive user input from the frontend and respond based on a simple response algorithm that returns predefined responses based on keywords in the user input.

Prerequisites

Before running the application, make sure you have the following installed:

  • React.js (Preferably the latest version)
  • npm (Node Package Manager)
  • Nest js
  • Git (For version control)

Installation

To set up the project locally, follow these steps:

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/kaiwalya-07/AI_CHAT_APP_INTERFACE
cd AI_CHAT_APP_INTERFACE

Frontend Setup using React js (& Typescript)

npx create-react-app my-chat-app --template typescript
cd my-chat-app

Backend Setup using Nest Js

npm i -g @nestjs/cli
nest new my-chat-backend
cd my-chat-backend

Run the Application

For the frontend after moving to the directory

 npm start

For the backend after moving to the directory

 npm run start

This will launch the React application in your default web browser. By default, it will be accessible at http://localhost:3002 (As i have used this in code you may change it).

Test the project

Play with the functionsof chat bot

Contribute and Future Scope

This project is a basic simple REGEX based response algorithm implementation . It can be made more vivid and robust using NLP or other AI tools integration.

We can also integrate OPEN AI using its API to make this a GPT like tool.

Feel free to contribute by making a pull request

ai_chat_app_interface's People

Contributors

kaiwalya-07 avatar

Watchers

 avatar  avatar

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.