Integrate best of AI frameworks available today. So that we can make use of such technologies within your application ecosystem.
A micro-service written in python flask to utilize one of the latest AI frameworks such as langchain
.
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# to maintain latest requirements run:
pip install -U -r requirements.txt
Create a .env
file for your local setup.
Run the application
python app.py
# alternatively
FLASK_CONFIG=config.DevelopmentConfig FLASK_APP=app.py flask run