Skip to content

benmvp/sneaky-ai-demo

Repository files navigation

"Sneaky" AI Demos

This repository contains the code for the demos accompanying my "Sneaky" AI talk, which explores practical and subtle ways to integrate Generative AI into applications.

Running locally

  1. Clone the repository:
git clone https://github.com/benmvp/sneaky-ai-demos.git
  1. Install dependencies:

This project uses pnpm for package management. If you don't have it installed, follow the instructions at pnpm.io. Then, navigate to the project directory and install the dependencies:

cd sneaky-ai-demos
pnpm install
  1. Set up your OpenAI API key:
  • Create an OpenAI account and obtain an API key from the OpenAI website.
  • Create a file named .env.local at the root of the project directory.
  • Add the following line to .env.local, replacing YOUR_API_KEY with your actual OpenAI API key:
OPENAI_API_KEY=YOUR_API_KEY
  1. Run the development server:
pnpm run dev

This will start the development server, and you can access the demos in your web browser at the address shown in the terminal (usually http://localhost:3848).

Demos Included

  • AI-Assisted Writing: Experience how AI can provide real-time suggestions and feedback to improve your writing.

Technologies Used

  • Next.js: React framework for building web applications.
  • OpenAI API: Used for accessing the generative AI models.
  • MUI: React UI tools.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Demos accompanying my "Sneaky" AI talk

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors