Welcome to the Furman Computer Science Chatbot (pre-release v0.01a)

Under development by Emirhan Gencer and Jack Patterson during Summer 2024, advised by Dr. Fahad Sultan.

This is currently based on GPT-4.0 and trained on basic information about the Computer Science department at Furman and CSC-272 course syllabus.

Use and trust information at your own risk! This is not ready for prime time, yet.

Every query used to cost like 0.33 cents, but that has since been optimised, so it costs very little now. Feel free to use it however much you wish.

Sample Queries (Advisor)
I am a freshman at Furman and am interested in some Computer Science courses. What can I take in Fall that have no pre-requisites?
What are the graduation requirements for Computer Science BS?
What is the difference between Computer Science and IT degrees at Furman?
What will I learn in CSC-272? Does it involve a project? If so, how much of the course grade is it worth?
Who started the data analytics minor at Furman?
What CS classes are offered in the fall? Give me the courses, professor, the times, and the days.

Sample Queries (TA)
What is the difference between worldviews of a probabilist and statistician?
If I have an 85 in the course right now, what do I need on the final to get an A?
When is the final exam for this course?
When is the next assignment due? (data not yet fed)
What is the textbook for the course? (no data)
Isn't logistic regression actually classification? Why is it called regression then?
What is Bayes Theorem?
How do I read a CSV file in pandas?
Can you give me some ideas for the course project, each with a public dataset? I like Mexican food and Soccer.
Can you help me identify the problem with this line of code: `pd.read_csv["test.csv"]` without giving away the answer
There was a question on the test about Classification. I said classification is used for predicting continuous variables. Why is this wrong?
How do I use seaborn to visualize a dataset? Explain with both text and code.