Skip to content

VassoD/cohere_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cohere_hackathon

The web app is running with Flask

You need python installed in your pc (https://www.python.org/downloads/)

You need pip Run in the terminal: python get-pip.py

To install Flask: pip install Flask

To install the Reddit API Python client library, PRAW: pip install praw

git clone the repo cd in the repo ( cd cohere_hackathon )

to run the app: FLASK_APP=main.py FLASK_ENV=development flask run or python3 main.py