Skip to content

mcpanelo/ai-interaction-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-interaction-webapp

Run the following commands from the root directory:

  • Create virtual environment and set environment variables:

rm -rf env

python -m venv env

source env/bin/activate

export FLASK_APP=run.py

export FLASK_ENV=development

  • Install dependencies:

pip install --upgrade pip

pip install -r requirements.txt

  • Run the application:

flask run

Notes

If no changes are seen after changing static files, do a hard refresh with CMD + SHIFT + R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 45.1%
  • JavaScript 22.7%
  • HTML 22.7%
  • Python 9.5%