« IAckathon » : différence entre les versions

2 077 octets ajoutés ,  14 octobre 2023
Aucun résumé des modifications
 
(18 versions intermédiaires par 8 utilisateurs non affichées)
Ligne 49 : Ligne 49 :
|-
|-
|Frameworks IA
|Frameworks IA
|[https://www.langchain.com Langchain]
|[https://www.langchain.com Langchain][https://python.langchain.com/docs/integrations/document_loaders Intégrations Langchain]
|[https://streamlit.io Streamlit]
|[https://streamlit.io Streamlit]
|
|
Ligne 62 : Ligne 62 :
|[https://www.useblackbox.io/ BlackBox]
|[https://www.useblackbox.io/ BlackBox]
|
|
|
|
|
|
|
|-
|Outils no-code (intégration événements, etc.)
|[https://zapier.com/ Zapier]
|[https://n8n.io/ N8N]
|[https://developers.google.com/sheets/api/guides/concepts API Google Sheet] (manipuler les données et les webhooks d'évènements)
|
|
|
|
Ligne 68 : Ligne 78 :
|
|
|}
|}
==== Exemple de code (PHP) pour utiliser les api openAI avec la clé d'API fournie ====
<syntaxhighlight lang="php">
<?php
// Replace YOUR_API_KEY with your OpenAI API key
$api_key = 'API_KEY';
// Set up the request parameters
$params = [
    'model' => 'text-davinci-002',
    'prompt' => 'YOUR PROMPT HERE',
    'max_tokens' => 500,
    'temperature' => 0.5,
];
// Create the API endpoint URL
$url = 'https://api.openai.com/v1/completions';
// Set up the HTTP request headers
$headers = [
    'Content-Type: application/json',
    'Authorization: Bearer ' . $api_key,
];
// Initialize the cURL session
$ch = curl_init($url);
// Set the HTTP request headers
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
// Set the request method to POST
curl_setopt($ch, CURLOPT_POST, true);
// Don't print the response to the screen
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
// Make the request
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($params));
$response = curl_exec($ch);
// Close the cURL session
curl_close($ch);
// Decode the JSON response
$response_data = json_decode($response, true);
print_r($response_data);
if(isset($response_data['error'])){
    echo $response_data['error']['message'];
}
else {
// Print the completed text
    echo $response_data['choices'][0]['text'];
}
</syntaxhighlight>


=== Outils basés sur l'IA Générative ===
=== Outils basés sur l'IA Générative ===
Ligne 135 : Ligne 205 :
* [https://bpifrance-creation.fr/moment-de-vie/lean-canvas-lapplication-methode-du-lean-startup Le Lean Canvas]
* [https://bpifrance-creation.fr/moment-de-vie/lean-canvas-lapplication-methode-du-lean-startup Le Lean Canvas]
* [https://bpifrance-creation.fr/moment-de-vie/comment-definir-positionnement-strategique-lentreprise Positionnement stratégique / étude de la concurrence]
* [https://bpifrance-creation.fr/moment-de-vie/comment-definir-positionnement-strategique-lentreprise Positionnement stratégique / étude de la concurrence]
==== Pitch ====
* [https://lepoool.sharepoint.com/:b:/g/EeQDa6r6_rlFiwKYdm-4iaYBECCtuuRx8IdtgZMSwJEdhA?e=cneSAx Fiche méthodo pitch]
* [https://lepoool.sharepoint.com/:i:/g/EVq9V_rYaONIlHhg4Dfrv7kBRuRggwMHMWv51zzJ8wlmXQ?e=Vscjfa Pitch deck]
==== Grille du jury ====
* [https://lepoool.sharepoint.com/:b:/g/EW0X9M2RtGxIt7SaifNQX98BF6CFP3301zTAIn4zqCtWpQ?e=NAS53t critères du jury]


== Liste des coachs et compétences associées ==
== Liste des coachs et compétences associées ==
Ligne 237 : Ligne 316 :
|Vendredi 13 oct 18h - 20h, Vendredi 13 oct 20h -22h, Samedi 14 oct 11h - 13h, Samedi 14 oct 13h - 15h, Samedi 14 oct 15h - 17h
|Vendredi 13 oct 18h - 20h, Vendredi 13 oct 20h -22h, Samedi 14 oct 11h - 13h, Samedi 14 oct 13h - 15h, Samedi 14 oct 15h - 17h
|-
|-
|
|[[Fichier:Erwan Le Pluard.jpg|vignette|100x100px]]
|Le Pluard
|Le Pluard
|Erwan
|Erwan
Ligne 250 : Ligne 329 :
|Purecontrol
|Purecontrol
|Vendredi 13 oct 18h - 20h
|Vendredi 13 oct 18h - 20h
|-
|
|Perrin
|Clément
|Analyse du produit - Design
|Panash
|Vendredi 13 oct 18h-20h, samedi 14 oct 13h - 15h
|-
|-
|[[Fichier:Julien Perron.jpg|vignette|100x100px]]
|[[Fichier:Julien Perron.jpg|vignette|100x100px]]
Ligne 288 : Ligne 374 :
* 18-15 - 18h45 : Icebreaker
* 18-15 - 18h45 : Icebreaker
* 18h45 - 00h00 : Travail en groupe
* 18h45 - 00h00 : Travail en groupe
• 19h15 - 19h45 : Démo et atelier IA Générative : Erwan Le Pluard Co-fondateur Supply Drop et Sylvain Duchêne CTO Check & Visit
• 20h : Apéro - Dîner
• 20h : Apéro - Dîner


• 21h - 21h30 : Atelier Lean Canvas
• 21h - 21h30 : Atelier Lean Canvas
• Heure à définir : Démo d’une solution IA par Erwan Le Pluard Co-fondateur Supply Drop 
• Heure à définir : Démo d’une solution IA par Sylvain Duchêne CTO Check & Visit


=== Le samedi 14/10/2023 ===
=== Le samedi 14/10/2023 ===
Ligne 325 : Ligne 409 :


=== Le journalisme ===
=== Le journalisme ===
[https://filesender.renater.fr/?s=download&token=6c785275-2317-44f9-89b5-02f04ef3c146 Corpus de données éditoriales Ouest-France à télécharger ici (20Go)]
==== [[Equipe 7 - MédIA Spin]] ====
 
==== [[Equipe 1]] ====


==== [[Equipe 2]] ====
==== [[Equipe 8.|Equipe 8 - STORYPULSE]] ====


=== La transition écologique ===
=== La transition écologique ===


==== [[Equipe 3]] ====
==== [[Equipe 2.|Equipe 2]] ====
 
==== [[Equipe 4]] ====


=== L'éducation ===
=== L'éducation ===


==== [[Equipe 5]] ====
==== [[Equipe 3.|Equipe 3]] ====


==== [[Equipe 6]] ====
==== [[Equipe 4.|Equipe 4]] ====


=== La cybersécurité ===
=== La cybersécurité ===


==== [[Equipe 7]] ====
==== [[Equipe 5.|Equipe 5]] ====


==== [[Equipe 8]] ====
==== [[Equipe 6.|Equipe 6]] ====


=== Le recrutement ===
=== Le recrutement ===
Ligne 353 : Ligne 433 :
==== [[Equipe 9]] ====
==== [[Equipe 9]] ====


==== [[Equipe 10]] ====
==== [[Equipe 10|Equipe 10 - JobSync]] ====
3

modifications