Tasks


Preview Url is not coming for the audio type
The folder name should not overflow let it wrap
Need Admission Number if possible before name

Sending to schools

Admission number - discuss this with Hari
Name
Grade/Section → (11-A)
Phone number
DOB
Gender
Email - Optional - Will mock the emails from our end

System Upload

Admission number - discuss this with Hari
Name
Grade / Section
Phone number
DOB
Gender
E-mail
Usertype -
rollNumber -


For customer Login - admin
If the customer is enters the email will check user has email or not
Check the password if correct or not
For Customer SignUp:
Social Login (Google login )
Suppose they create their own
Email -
Email verification through OTP -
Set the password -
Ask the customer details -
Name -
Email -
PhoneNumber -
Address is also needed (implement later) -

DOCKER COMMANDS

colima start
docker info
docker run --name local-redis -p 6379:6379 -d redis
docker ps
docker exec -it local-redis redis-cli
docker stop local-redis
colima stop

TO GET THE KEYS

KEYS *
GET <email>

CREDS FOR CMS

{
"email": "logesh822081@gmail.com",
"password": "mySecret123"
}

// Import the functions you need from the SDKs you need
import { initializeApp } from "firebase/app";
import { getAnalytics } from "firebase/analytics";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyAKjznbM1XVpcRDMqzqSl6cCb5gVWCzpqc",
authDomain: "cg-cms-80cb1.firebaseapp.com",
projectId: "cg-cms-80cb1",
storageBucket: "cg-cms-80cb1.firebasestorage.app",
messagingSenderId: "127131435812",
appId: "1:127131435812:web:c070daede02090a33969b1",
measurementId: "G-MWTEBQQ0TN"
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
Possible Completions
Media Library is completed
Question Bank library UI is done - can complete this api with integration my this week
Content OUTPUT , INPUT with bug fixes UI alone can be done
Host a model in GCP in Vertex AI - done
megaphone

Summarize Long Texts & Lectures Auto-condense PDFs, textbooks into bullet-point notes.

Generate Quizzes & Flashcards Turn lessons into MCQs or flashcards instantly for practice and revision.
Explain Complex Concepts Simply Break down hard topics into step-by-step, easy-to-understand explanations.
Create Classroom Content Auto-generate slides, worksheets, or assignments from any topic.
Assist in Academic Research Find, summarize, and link relevant papers with proper citations.
Smart Summary Notes Sharing Generate and share class summaries or notes from materials and lectures.
Web Content Scraper for Learning Resources Find and recommend quality learning content (articles, videos, papers) from trusted sources.
YouTube Summary Extract key points, timestamps, and learning takeaways from educational videos.
Mind Map Generator Create visual mind maps from lessons, topics, or notes to improve memory and understanding.
Summarize Long Texts & Lectures Auto-condense PDFs, textbooks into bullet-point notes.
Generate Quizzes & Flashcards Turn lessons into MCQs or flashcards instantly for practice and revision.
Explain Complex Concepts Simply Break down hard topics into step-by-step, easy-to-understand explanations.
Create Classroom Content Auto-generate slides, worksheets, or assignments from any topic.
Assist in Academic Research Find, summarize, and link relevant papers with proper citations.
Smart Summary Notes Sharing Generate and share class summaries or notes from materials and lectures.
Web Content Scraper for Learning Resources Find and recommend quality learning content (articles, videos, papers) from trusted sources.
YouTube Summary Extract key points, timestamps, and learning takeaways from educational videos.
Mind Map Generator Create visual mind maps from lessons, topics, or notes to improve memory and understanding.
megaphone

DOCKER

RUN : docker run -p 8080:8080 genai-python-service | docker run -p 8080:8080 --env-file .env genai-python-service LIST IMAGES : docker image
REMOVE image : docker rmi <id or name>
REMOVE Container : docker rm recursing_burnell
STOP: docker stop recursing_burnell
FILESYSTEM : docker exec -it a411647c7518 bash
BUILD : docker build -t genai-python-service .


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.