sundarEduAI is an advanced AI learning tool which helps you to find answers of questions of given topics/chapters within few seconds. It also increase accessibility for users who want find solutions quickly. It's quite fast, easy-to-use & accurate. It'll be next-generation of edtech.
- Download whole code
- Copy .env.example file & rename it .env
- Fill all required key in
.env
file - Run
npm install
command, it'll install all required modules - Run
npm start
command - Open http://localhost:3000 in your browser
- Go to API-Python folder
- Go to app.py file & fill YOUR COHERE API KEY
- Run
pip install -r requirements. txt
command, it'll install all required modules - Run
flask run
command - It'll run on http://localhost:5000