An open API service indexing awesome lists of open source software.

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

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 project

As 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 libraries

For frontend, make sure you have installed node.js
https://nodejs.org/en/learn/getting-started/how-to-install-nodejs

and after installing node.js, make sure to run
`npm install react react-dom`