BYTE-Club-CCNY / Silvercord

Silvercord offers sentiment analysis on courses & professors, and lets servers compete in solving LeetCode problems with a seasonal leaderboard!
4 stars 0 forks source link

foundation of the '/break' command #2

Open jaynopponep opened 3 weeks ago

jaynopponep commented 3 weeks ago

Please make a new branch for this.

We can break this process down into deliverables:

jaynopponep commented 2 weeks ago

To keep record, I deleted these tasks: - [ ] Scrape from the CCNY calendar. I recommend BeautifulSoup4. .- [ ] Turn the 's that you scraped, and process them into a DataFrame, then save into CSV. Consider Python datetime format for each date. .- [ ] Make sure the column values are all consistent!!!!! .- Build context based around the CSV built (I will help you with this since I am on the LLM aspect). .- Context should now do something like "Here is the CSV. [User_prompt_here]", and LLM will respond properly based on this context. - [ ] Consider a plan for periodically updating CSV for new updates on the CCNY calendar.<- No Longer Needed!