Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: gcortier
  • Language: Python
  • Default Branch: main
  • Size: 4.88 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Citation

readme.md

Installation

python -m venv .venv

Activation de l'environnement virtuel

Windows

  • .venv\Scripts\Activate.ps1

windows /MacOs-Linux - .venv/Scripts/activate.ps1 - source .venv/source/activate

installation des bibliothèques

  • pip install fastapi uvicorn loguru pydantic requests streamlit
  • pip freeze > requirements.txt

ou directement : - pip install -r requierements.txt

https://fastapi.tiangolo.com/

run server uvicorn :

  • (uvicorn main:app --host 127.0.0.1 --port 8000 --reload

Afficher la doc :

  • http://127.0.0.1:8000/docs

lancer le client streamlit:

streamlit run ./pages/0_requests.py

=> https://github.com/gcortier/fast_api

Owner

  • Login: gcortier
  • Kind: user

Citation (citations.py)

citations = {
    1: "La vie est un mystère qu'il faut vivre, et non un problème à résoudre.",
    2: "Le plus grand plaisir de la vie est l'amour.",
    3: "L'avenir appartient à ceux qui croient à la beauté de leurs rêves.",
}

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

requirements.txt pypi