Skip to content

amnos19523/hackathon-ponts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon Ponts ENPC

Install

  • when opening VSCode, install the suggested extensions (Python, Black Formatter and Pylance)
  • create your python environment python3 -m venv .venv
  • copy the .env.example file to a .env file
  • replace the OPENAI_API_KEY env variables with the real values
  • activate your environment with source .venv/bin/activate
  • install the requirements with pip install -r requirements.txt
  • download necessary data with python -m nltk.downloader all
  • run the server with flask --app main run --debug

The server should answer on http://localhost:5000

You can deactivate the environment with deactivate.

Adding librairies

if you need to use a new librairies, you can do it with pip pip install [library name] or pip3 install [library name]

Lien du notion : https://m33.notion.site/Projet-Web-Python-ENPC-2024-ded99a2530e041cf921321cb696db202

About

hackathon des ponts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 38.8%
  • JavaScript 23.5%
  • Python 21.7%
  • HTML 16.0%