Giter VIP home page Giter VIP logo

happychoicesaisketch's Introduction

HappyChoicesAI

HappyChoicesAI is an AI-driven utilitarian ethicist agent designed to help users make ethical decisions. By analyzing user-inputted dilemmas, HappyChoicesAI suggests the most ethical actions based on utilitarian principles, aiming to maximize happiness and minimize suffering. This project leverages advanced AI technologies to process and evaluate ethical decisions, providing grounded and pragmatic solutions to complex dilemmas.

Installation

Docker Installation

  1. Install Docker:

    • On Windows, download and install Docker Desktop from Docker's official website.
    • On Ubuntu:
      sudo apt update
      sudo apt install docker.io
      sudo systemctl start docker
      sudo systemctl enable docker
      sudo usermod -aG docker $USER
  2. Clone the Repository:

    git clone https://github.com/Googly-Boogly/HappyChoicesAI.git
    cd HappyChoicesAI
  3. Configure the Environment:

    • Edit the .env file and config.yaml file:
      nano .env
      nano config.yaml
  4. Run the Docker Container:

    docker-compose build
    docker-compose up -d mysql
    docker-compose run app

Python Installation

  1. Install Python:

    • On Windows, download and install Python from Python's official website.
    • On Ubuntu:
      sudo apt update
      sudo apt install python3 python3-venv python3-pip
  2. Clone the Repository:

    git clone https://github.com/Googly-Boogly/HappyChoicesAI.git
    cd HappyChoicesAI
  3. Configure the Environment:

    • Edit the .env file and config.yaml file:
      nano .env
      nano config.yaml
  4. Set Up the Virtual Environment:

    python3 -m venv venv
    source venv/bin/activate
  5. Install Dependencies:

    pip install -r requirements.txt
  6. Run the Python Program:

    python main.py

Demonstration Video

Watch a sped-up demonstration of HappyChoicesAI in action, where we input a dilemma and get an output in markdown format.

[Link to demonstration video]

Technologies Used

  • Docker
  • Python
  • MySQL
  • Langchain

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Email: [email protected]
Project Link: https://github.com/Googly-Boogly/HappyChoicesAI

AI-Enhanced

Special Thanks ChatGPT!

happychoicesaisketch's People

Contributors

pyvirus avatar

Stargazers

 avatar

Watchers

 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.