Valparaiso-Data-Science / general-course-relevance-discovery

Repo made to extract data science relevant courses from university course catalogs
Educational Community License v2.0
1 stars 0 forks source link

general-course-relevance-discovery

Repo made to extract relevant courses from university course catalogs. This project allows users to search course catalogs for terms of interest and recive a list of courses containing those terms. To run the python code, instructions are below. To run a Django server version of the code, instructions are under "Running TripodsWeb locally". See next steps under general-course-relevance-discovery/tripodscode/devel/todo

Getting Started

With Anaconda (Recommended)

Go to anaconda.com and install Anaconda.

On your personal computer

To begin, go to the bottom of the tripods.yml file and change the directory path to match your local device.

To create a conda environment with all of the requirements, cd into the directory with the tripods.yml file (general-course-relevance-discovery), open your terminal environment and run

conda env create --file tripods.yml   

Now you should have an environment with all the requirements installed.

In order to use the environment, run

conda activate tripods

To deactivate the environment run

conda deactivate

Running TripodsWeb locally

Repo Structure

Important Files

Development Guidelines

License

The code is under the ECL-2.0