Making education streamlined, accessible, engaging and organized.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This pandemic has brought us an hybrid mode of education which has been a makeshift solution but not a very smooth and engaging one.
Social media trends regarding this mode of education is a good indicator of it's ineffectiveness, our experience with it has been very chaotic as well.
Tools for teaching and assessment will help teachers to focus more on teaching and less on organizing details and keeping a track on the performance of students.
This is an example of how you can generate your own collaborative recommendation engine. To get a local copy up and running follow these simple example steps.
- Python>=3.7
- Clone the repo
git clone https://github.com/0xCompyler/obsidian-server.git
- Create and activate virtual environment
python3 -m venv venv source venv/bin/activate
- Install the requirements
python3 -m pip install -r requirements.txt
- Start uvicorn server
uvicorn src.main:app
Often, one educator is responsible for evaluating assignments of around 120 students (2 batches of 60 students). In such cases, detecting plagiarism by a human is a up hill task which also requires a lot of time. In order to solve this problem, we thought of computerizing the entire process of plagiarism checking, and yes it works on handwritten assignments too!
We used TF-IDF to vectorize the documents and then calculated the cosine similarity between them to check for potential plagiarism.
As mentioned earlier, checking assignments, specially handwritten ones can become a tedious task. In order to further simplify the lives of teachers, we have come up with an automatic keyword checker which verifies the presence of certain keywords in the assignment. This will if not completely erradicate manual verification, simplify the process of evaluation to a great extent.
Taking notes during online class is often difficult. That's why we came up with a solution to help students by using IBM Watson's Speech to text service to automatically generate closed captions for every class recording.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Arijit Roy - @your_twitter - [email protected]
Project Link: https://github.com/0xCompyler/obsidian-server