Recipes - AI

enter image description here Project developed with the aim of practicing the integration of OpenAI with software built using Ruby on Rails. Users can register recipes, with the preparation method generated by artificial intelligence, simply by entering the recipe name and ingredients. Despite being relatively straightforward, this project actively and directly practices the implementation of artificial intelligence resources in everyday solutions, capable of being used or developed for any other type of software.

Technologies

Rails Ruby ChatGPT

Getting Started

To get a local copy up and running, follow these simple steps:

Prerequisites

Ensure you have the following installed on your machine:

  • Ruby
  • Ruby on Rails
  • Bundler

Installation

  1. Clone the repository: git clone git@github.com:thiagohrcosta/Recipe-AI.git

  2. Navigate to the project directory: cd recipe-ai

  3. Install the required gems: bundle install

  4. Set up the database: rails db:create rails db:migrate

.ENV

  1. OPEN_ACCESS_TOKEN="your token"
  2. CLOUDINARY_URL="your token"

Running the Application

  1. Start the Rails server: rails s

  2. Open your browser and navigate to:http://localhost:3000

You should now see the application running. From here, you can start registering recipes and exploring the AI-generated preparation methods.