Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkalupahana/cs8395-demogpt-courses
https://github.com/nkalupahana/cs8395-demogpt-courses
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkalupahana/cs8395-demogpt-courses
- Owner: nkalupahana
- License: mit
- Created: 2023-08-27T22:34:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T22:44:07.000Z (about 1 year ago)
- Last Synced: 2023-08-27T23:44:16.044Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Course Suggester
*Made with DemoGPT for Fall 2023 CS 8395-08*## Overview
Course Suggester is a program designed to help students identify courses that align with their major and personal interests. By providing your major and a list of interests, the program will output a list of potentially interesting courses that can help you not only fulfill your academic requirements but also pursue your passions.
## Features
- **Major Selection**: Choose your major from a comprehensive list of options.
- **Interest Input**: Input a list of your interests or topics you would like to explore further.
- **Course Suggestions**: Receive a list of courses that align with your major and interests.
- **Course Details**: View detailed information about each suggested course, including course description, credits, and prerequisites.## How to Use
- Clone the repository.
- `export OPENAI_API_KEY=sk-...`
- `streamlit run main.py`## License
Course Suggester is released under the MIT License.