Coder Social home page Coder Social logo

lifeisbattle-youidiotai's Introduction

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

lifeisbattle-youidiotai's People

Contributors

ide127 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.