Classifying words of the given text into types & oxford levels.
Types
- Noun
- Verb
- Phrasal Verb
- Adjective
- Undefined
Oxford Levels
- A1
- A2
- B1
- B2
- C1
- Other
Frontend | Backend |
---|---|
React (vitejs) | Flask |
Follow the steps below to install needed libraries to run the project.
---install requirements for frontend
npm i
---run frontend
npm run dev
---install requirements for backend
pip install -r requirements.txt
---run backend
python app.py