https://github.com/row-huh/afterschool
AfterSchool is an educational RAG based chatbot interface built with vertex ai agent builder, react and flask that provides a verbose guide to understanding things that are not usually taught in school such as social skills, time management, sustainable living, maintaining mental/physical health etc
https://github.com/row-huh/afterschool
flask reactjs vertexai
Last synced: 6 months ago
JSON representation
AfterSchool is an educational RAG based chatbot interface built with vertex ai agent builder, react and flask that provides a verbose guide to understanding things that are not usually taught in school such as social skills, time management, sustainable living, maintaining mental/physical health etc
- Host: GitHub
- URL: https://github.com/row-huh/afterschool
- Owner: row-huh
- Created: 2024-05-12T14:03:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:35:35.000Z (about 1 year ago)
- Last Synced: 2024-10-19T00:34:39.733Z (8 months ago)
- Topics: flask, reactjs, vertexai
- Language: HTML
- Homepage:
- Size: 70.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To get started, use
`git clone https://www.github.com/row-huh/pace.git`
in cmd. After doing this, you should have a local copy of the projectAs the project is built, the requirements.txt file (which is outside of all folders) will continue being updated, before running the project, make sure to
`pip install -r requirements.txt`
This would install all related librariesFor frontend, make sure you have installed node.js
https://nodejs.org/en/learn/getting-started/how-to-install-nodejsand after installing node.js, make sure to run
`npm install react react-dom`