Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

42Berlin/42Berlin_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 Berlin AI - Quickstart

The goal of this project is to explore, test and understand the future of human-AI interactions, combining multiple sensory inputs and incorporating the latest technologies in generative AI and the visual arts. We make our developments openly available, to build a community of practice with fellows and students to shape and research the future of AI.

Prerequisites

Requirements

Setup

Installations

  1. Clone this repository

  2. Create a new virtual environment from the server folder and activate it

    cd 42BearPlayground/42Berlin_AI_server;
    python -m venv venv;
    . venv/bin/activate;
  3. Install the requirements, making sure you uncomment the correct lines according to your operating system

    pip install -r requirements.txt 
  4. For MacOs only : install deepface

    pip install deepface --no-deps

Environment variables

  1. For both folders (42Berlin_AI and 42Berlin_AI_server), make a copy of the example .env file and fill it with your secret keys

    cp .env.example .env
  2. Add your Google cloud JSON file for Dialogflow as 42Berlin_AI_server/private_key.json

  3. Add your Google cloud JSON file for Speech-to-text and Text-to-speech in 42Berlin_AI/Assets/Resources/private_key.json

  4. Add a file containing some speech context (one sentence per line) as 42Berlin_AI/Assets/FrostweepGames/StreamingSpeechRecognition/speechContext.txt

Launch

  1. In 42Berlin_AI_server/, run the server

    sh launch.sh
  2. Open and run the 42Berlin_AI project on Unity

Useful links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published