Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 565 Bytes

File metadata and controls

47 lines (32 loc) · 565 Bytes

mentyour

A simple guide for the academic and professional queries of the younger generation.

Instructions to run the code(s):

Folders :

  • mentYOUR
  • vidyabot
    • api
    • frontend
    • csv

Vidyabot Instructions

Frontend

cd frontend
npm install --force
npm start

API

cd api
. venv/bin/activate
pip install -r requirements.txt
python app.py

CSV

Place the csv of questions with following columns :

question,answer_en,answer_hi,answer_mr

MentYOUR Instructions

instructions to build flutter app