Skip to content

jxtin/BitNuggets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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