This course teaches you how to build AI applications using [Langchain](https: //langchain.org/ ) and [OpenAI's API](https: //openai.com/api/ ) with [Next.js](https: //nextjs.org/ ).
To get started, clone this repository and install the dependencies:
Clone the repository
git clone https://github.com/shawnesquivel/openai-javascript-course.git
Navigate to folder
cd openai-javascript-course
Install dependencies from package.json
npm install
Then, run the development server:
npm run dev
# or
yarn dev
Open [http: //localhost :3000](http: //localhost :3000) with your browser to see the app.
This course covers the following topics:
Introduciton to AI with JavaScript
- How to setup Open AI API
- Build a PDF chatbot
- Learn to use AI tools from Langchain
- Automate Social Media Content generation
- Deploying a Langchain app for FREE
Each topic has code examples and exercises to help you learn!
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https: //vercel.com/new ?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https: //nextjs.org/ docs/deployment) for more details.
Your feedback and contributions are welcome! Please feel free to open an issue or submit a pull request.