Git Product home page Git Product logo

davisscripts's Introduction

Scripts for Davis Course Search

All of the scripts and notebooks I used for Davis COurse Search including a webscraper for getting UC DAvis courses , creating embeddings and uploading them to a pinecone vector db

Requirements

  • python 3.10
  • OPEN AI Account
  • Pinecone Index`

Installation

Clone repository

git clone https://github.com/puravparab/DavisScripts.git
cd DavisScripts

Get virtual environment running

pip install --user pipenv
pipenv shell
pipenv sync

Create .env file and setup environment variables

OPENAI=<Your OpenAI secret key>
PINECONE=<Add your Pinecone Index Key>
PINECONE_ENV=<Pinecone environment>

Usage

  • course_download.py:

    Get all courses of specified subject and store it in data.json
python course_download.py <subject code> > data.json
  • get_subject_codes.py:

    Get all subjects and store their codes in subject_codes.json
python get_subject_codes.py > subject_codes.json
  • get_all_courses.py:

    Get all courses of all subjects and store them in course_data.json
python get_all_courses.py
  • sematic_search.ipynb

    Get embeddings for course_data.json and prompt them

  • pinecone.ipynb:

    Converting embeddings into json that can be inserted into a pinecone index

davisscripts's People

Contributors

puravparab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.