Skip to content

helxplatform/flask_rag_chat_interface

 
 

Repository files navigation

Build and run the docker container:

docker build -t flask-interface .
docker run -p 5000:5000 --env-file .env flask-interface

This will build your Docker image with the tag flask-interface and run it, making your application available at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.6%
  • HTML 29.3%
  • Python 12.7%
  • Dockerfile 1.4%