Skip to content

ide127/LifeIsBattle-YouIdiotAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Barista

Welcome to AI Barista, a simulation of a future where artificial intelligence is part of daily life. In this scenario, you're trying to score a cafe latte for just a dollar from an AI barista at Starbucks.

Story

It's the 2030s, and artificial intelligence is part of daily life. You stroll past Starbucks, craving a cup of cafe latte. Inside, a friendly AI barista greets you. Suddenly, panic sets in – you left your phone and wallet at home, with only a dollar in your pocket. Going back seems too much trouble... After a moment's thought, you hatch a plan to outsmart the AI barista and score that latte for just a dollar. Your victory is when the robot says the phrase "I'll make you a cafe latte for just a dollar".

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have Python installed on your machine. If not, download and install Python.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ide127/LifeIsBattle-YouIdiotAI.git
    
  2. Activate the virtual environment:

    python -m venv venv
  • On Windows:
    .\venv\Scripts\activate
    
  • On Unix or MacOS:
    source venv/bin/activate
    
  1. Install the required packages:

    pip install -r requirements.txt
  2. Apply migrations:

    python manage.py migrate
  3. Run the server:

    python manage.py runserver
  4. Access the swagger API document at 127.0.0.1:8000/swagger.

Authors

  • 김준영 Initial worker - Github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published