Coder Social home page Coder Social logo

apibotmultimodal's Introduction

Api botmultimodal

Ce projet permet de créer un bot multimodal pour diverses applications interactives.

Installation

Pré-requis

  • Installer un environnement virtuel Python :
python -m venv env
source env/bin/activate  # Pour Linux/MacOS
env\Scripts\activate  # Pour Windows
  • Créer un fichier .env à la racine du projet et renseigner les API keys nécessaires :
GPLACES_API_KEY=...
SERPAPI_API_KEY=...
TAVILY_API_KEY=...
GOOGLE_MAPS_API_KEY=...
GOOGLE_API_KEY=...
OPENAI_API_KEY=...

Dépendances

  • Installer les dépendances du projet avec la commande suivante :
pip install -r requirements.txt

Lancer le serveur

  • Pour lancer le serveur, utilisez la commande suivante :
uvicorn main:app --host 0.0.0.0 --port 8000

Vous pouvez ensuite accéder à l'application en utilisant votre navigateur web à l'adresse suivante : http://0.0.0.0:8000.

Utilisation

Après avoir dégmarré le serveur, vous pouvez interagir avec le bot multimodal selon les instructions spécifiques de votre application. N'hésitez pas à consulter la documentation supplémentaire ou les fichiers de configuration pour des détails sur les fonctionnalités disponibles. Accéder à la page de notre documentation http://127.0.0.1:8000/docs

apibotmultimodal's People

Contributors

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