https://github.com/cecile-hirschauer/flaskgpt
Création d'un clone de ChatGPT avec Flask et Javascript
https://github.com/cecile-hirschauer/flaskgpt
chatgpt flask javascript poetry python3 tailwindcss
Last synced: 3 months ago
JSON representation
Création d'un clone de ChatGPT avec Flask et Javascript
- Host: GitHub
- URL: https://github.com/cecile-hirschauer/flaskgpt
- Owner: Cecile-Hirschauer
- Created: 2023-09-28T08:21:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T13:29:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T03:44:28.907Z (over 1 year ago)
- Topics: chatgpt, flask, javascript, poetry, python3, tailwindcss
- Language: HTML
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clone de ChatGPT avec Flask et JavaScript
Ce projet est un clone de ChatGPT utilisant Flask et JavaScript
## 🛠️ Technologies
- Backend: Python 3.10, Flask
- Frontend: JavaScript, Jinja2, TailwindCSS (Standalone CLI - https://tailwindcss.com/blog/standalone-cli)
- Gestion des dépendances: Poetry (https://python-poetry.org/)
## 🚀 Installation & Utilisation
- Clonez le repo et naviguez dans le dossier :
```git clone https://github.com/Cecile-Hirschauer/FlaskGPT.git```
- Installez les dépendances avec Poetry :
``poetry install
``
- Définissez la clé API OpenAI :
``echo "OPENAI_API_KEY=" > .env``
- Démarrez l'application :```poetry run python app.py```
- Ouvrez http://127.0.0.1:5000/ dans votre navigateur.