/flask-template

Flask template for self

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

My Project

This project is a Flask-based backend for a Chrome extension, integrating with OpenAI and Langchain.

Setup

First install dependencies:

pip install -r requirements.txt

Then, start the Flask application:

flask run