Skip to content

saketh1999/all-you-can-do-with-ai

Repository files navigation

ALL-YOU-CAN-DO-WITH-AI

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

JavaScript Nodemon OpenAI Express JSON


This repo has the implementation of the most common AI applications being build today.

Chat bots, vector database usage, Rag applications, Function calling to build agents. You can use this as a guiding doc for your development

Repository Structure

└── all-you-can-do-with-ai/
    ├── QA.js
    ├── README.md
    ├── chat.js
    ├── function.js
    ├── index.js
    ├── openai.js
    ├── package-lock.json
    ├── package.json
    ├── public
    │   └── styles.css
    ├── search.js
    ├── views
    │   └── index.ejs
    └── xbox.pdf

Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

Installation

  1. Clone the all-you-can-do-with-ai repository:
git clone https://github.com/saketh1999/all-you-can-do-with-ai
  1. Change to the project directory:
cd all-you-can-do-with-ai
  1. Install the dependencies:
npm install

Running all-you-can-do-with-ai

Use the following command to run all-you-can-do-with-ai:

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published