Skip to content

martin-jamszolik/vivid-flask-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Vivid AI Service

Why?

Integrate best of AI frameworks available today. So that we can make use of such technologies within your application ecosystem.

How?

A micro-service written in python flask to utilize one of the latest AI frameworks such as langchain.

Setup

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

References

About

AI based web application to expose LLMs to additional AI Embeddings for question/answers interations.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published