Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -10,10 +10,10 @@ app = FastAPI()
|
|
| 10 |
|
| 11 |
# Define chapter categories
|
| 12 |
physics_chapters = {
|
| 13 |
-
"physics and measurement", "kinematics", "laws of motion", "work energy and power", "rotational motion",
|
| 14 |
"gravitation", "properties of solids and liquids", "thermodynamics", "kinetic theory of gases",
|
| 15 |
"oscillations and waves", "electrostatics", "current electricity",
|
| 16 |
-
"magnetic effects of current and magnetism", "electromagnetic
|
| 17 |
"electromagnetic waves", "optics", "dual nature of matter and radiation", "atoms and nuclei",
|
| 18 |
"electronic devices"
|
| 19 |
}
|
|
@@ -21,16 +21,16 @@ physics_chapters = {
|
|
| 21 |
chemistry_chapters = {
|
| 22 |
"some basic concepts in chemistry", "atomic structure", "chemical bonding and molecular structure",
|
| 23 |
"chemical thermodynamics", "solutions", "equilibrium", "redox reactions and electrochemistry",
|
| 24 |
-
"chemical kinetics", "classifications of elements and periodicity in properties", "p-block elements",
|
| 25 |
-
"d and f-block elements", "
|
| 26 |
"some basic principles of organic chemistry", "hydrocarbons", "organic compounds containing halogens",
|
| 27 |
"organic compounds containing oxygen", "organic compounds containing nitrogen", "biomolecules"
|
| 28 |
}
|
| 29 |
|
| 30 |
maths_chapters = {
|
| 31 |
-
"
|
| 32 |
-
"permutations and combinations", "binomial theorem", "sequence and series", "limits continuity and
|
| 33 |
-
"integral calculus", "
|
| 34 |
"three dimensional geometry", "vector algebra", "statistics and probability", "trigonometry"
|
| 35 |
}
|
| 36 |
|
|
|
|
| 10 |
|
| 11 |
# Define chapter categories
|
| 12 |
physics_chapters = {
|
| 13 |
+
"physics and measurement", "kinematics", "laws of motion", "work, energy, and power", "rotational motion",
|
| 14 |
"gravitation", "properties of solids and liquids", "thermodynamics", "kinetic theory of gases",
|
| 15 |
"oscillations and waves", "electrostatics", "current electricity",
|
| 16 |
+
"magnetic effects of current and magnetism", "electromagnetic induction and alternating currents",
|
| 17 |
"electromagnetic waves", "optics", "dual nature of matter and radiation", "atoms and nuclei",
|
| 18 |
"electronic devices"
|
| 19 |
}
|
|
|
|
| 21 |
chemistry_chapters = {
|
| 22 |
"some basic concepts in chemistry", "atomic structure", "chemical bonding and molecular structure",
|
| 23 |
"chemical thermodynamics", "solutions", "equilibrium", "redox reactions and electrochemistry",
|
| 24 |
+
"chemical kinetics", "classifications of elements and periodicity in properties", "p- block elements",
|
| 25 |
+
"d - and f - block elements", "c-ordination compounds", "purification and characterisation of organic compounds",
|
| 26 |
"some basic principles of organic chemistry", "hydrocarbons", "organic compounds containing halogens",
|
| 27 |
"organic compounds containing oxygen", "organic compounds containing nitrogen", "biomolecules"
|
| 28 |
}
|
| 29 |
|
| 30 |
maths_chapters = {
|
| 31 |
+
"sets, relations and functions", "complex numbers and quadratic equations", "matrices and determinants",
|
| 32 |
+
"permutations and combinations", "binomial theorem", "sequence and series", "limits, continuity, and diffrentiability",
|
| 33 |
+
"integral calculus", "diffrential equations", "co-ordinate geometry", "straight lines", "circle and conic sections",
|
| 34 |
"three dimensional geometry", "vector algebra", "statistics and probability", "trigonometry"
|
| 35 |
}
|
| 36 |
|