Code Monkey home page Code Monkey logo

ai-based's Introduction

AI For Developers

Welcome to my AI For Developers! This project documents my journey as I explore and test AI for the first time.

Overview

This repository serves as a beginner's guide to working with AI, showcasing my initial steps, experiments, and findings. Whether you're a fellow beginner or someone curious about the AI testing process, this project aims to provide insights into the world of artificial intelligence.

Key Points

  • Installation: Find instructions on setting up the necessary tools and dependencies for AI experimentation in JavaScritp environment.

  • Usage: Explore simple examples and code snippets that demonstrate basic AI functionalities.

  • File Structure: Understand the organization of files and directories within the project.

  • Features: Discover the initial features or experiments I've implemented as part of my AI testing journey.

  • Dependencies: Learn about the external libraries and frameworks used in this project.

  • Contributing: If you're also a beginner or have tips to share, feel free to contribute by following the guidelines outlined in the project.

  • License: Review the license under which this project is distributed.

Let's Get Started!

Follow along with my experiences and experiments as I delve into the exciting realm of AI testing. Happy coding!

Installation

This section will explain how to install the necessary dependencies or tools to run this AI project.

$ npm init -y
$ npm install

File Structure

This section will explain on file structure that I used for this project.

project-root/
|-- node_modules
|-- .env.example / .env
|-- .prettier
|-- chat.js
|-- index.js
|-- openai.js
|-- package-lock.json
|-- package.json
|-- readme.md
|-- search.js
|-- ...

Features

This section will explain about the function of each file:

  1. index.js: This file is the first example to use OpenAI library
  2. openai.js: This file only has the configuration to input OpenAI API Key
  3. chat.js: This file basically has the function ChatGPT look like but it only has Terminal UX, you also can do prompt engineer to make specific response about the topics that you need to command your AI (ex. You can command your AI to focus on a specific topics such as Education, Agriculture, etc)
  4. search.js: This file has more advanced feature, in this file you can find the basic semantic search that sometimes used by AI. It also has the langchain library that has feature to make integration with LLMs in JavaScript (Usually the Python version is more ahead feature than JavaScript, you can consider Python as the first reference in the world of AI).

Dependencies

List all external libraries, frameworks, or tools this project depends on, with version numbers.

ai-based's People

Contributors

aindrajaya avatar

Watchers

 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.