Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishit-dagli/slidesmart
https://github.com/rishit-dagli/slidesmart
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishit-dagli/slidesmart
- Owner: Rishit-dagli
- License: apache-2.0
- Created: 2022-12-10T03:00:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T16:46:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T18:49:01.153Z (about 1 month ago)
- Language: Python
- Size: 6.98 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/64745558/206898038-802fc8b5-18de-44d3-a8c7-334fabc9ad43.png)
# Slidesmart
The fast-paced education system today burdens educators with hours of work. Researching, teaching, designing courses, marking papers takes up most of their time. Providing them with a useful tool to assist their presentations is crucial.
We thus ended up building Slidesmart through which educators can leverage the power of being able to encapsulate long videos and texts such as blog posts and research papers into crisp, accurate, and visually appealing summaries in the form of slides.
## Install
Run the following to install:
```sh
pip install -r requirements.txt
```## Usage
```sh
python manage.py runserver
```## Want to Contribute 🙋♂️?
Awesome! If you want to contribute to this project, you're always welcome! See [Contributing Guidelines](CONTRIBUTING.md). You can also take a look at [open issues](https://github.com/Rishit-dagli/slidesmart/issues) for getting more information about current or upcoming tasks.
## License
```
Copyright 2022 Rishit Dagli, Shivesh Prakash, Alex Rosen, Manish ReddyLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```