Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vassod/cohere_hackathon
project for an AI Hackathon
https://github.com/vassod/cohere_hackathon
cohere flask javascript python
Last synced: 4 days ago
JSON representation
project for an AI Hackathon
- Host: GitHub
- URL: https://github.com/vassod/cohere_hackathon
- Owner: VassoD
- Created: 2023-01-29T00:29:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:49:59.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:12:15.412Z (4 days ago)
- Topics: cohere, flask, javascript, python
- Language: HTML
- Homepage: https://sentientai.onrender.com/
- Size: 13.1 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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``