raghuv-aditya commited on
Commit
e3d8f12
·
verified ·
1 Parent(s): 09474c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -4
app.py CHANGED
@@ -38,10 +38,24 @@ button {background-color: orange !important; color: white !important;}
38
  #input_text, #output_text {margin-bottom: 20px;}
39
  """) as demo:
40
  gr.Markdown("""
41
- # 🎓 Course Recommendation Chatbot
42
- Welcome to the **Course Recommendation Chatbot**! This assistant can suggest the best courses based on your input, along with a well-structured description and course link.
43
-
44
- Just enter the area you’re interested in (e.g., "machine learning") to receive a curated course recommendation!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  """)
46
 
47
  with gr.Group():
 
38
  #input_text, #output_text {margin-bottom: 20px;}
39
  """) as demo:
40
  gr.Markdown("""
41
+ # Fast Course Recommendation Chatbot (Compact Version)
42
+
43
+ Welcome to the **Compact Course Recommendation Chatbot**! 🚀 This version is designed to provide lightning-fast course suggestions—**20x faster** than the full version—by working directly with a curated dataset of pre-scraped course information from Analytics Vidhya.
44
+
45
+ ### How It Works
46
+ The compact chatbot quickly searches through a stored database of pre-scraped courses, avoiding the need to scrape new data each time. This approach allows you to receive highly relevant course recommendations almost instantly. Just enter your area of interest (e.g., “data science” or “AI”), and let the compact chatbot do the rest!
47
+
48
+ ### Key Features
49
+ - **Blazing Fast Speed**: Get recommendations in seconds, thanks to the use of pre-scraped course data.
50
+ - **Smart Recommendations**: The chatbot uses natural language processing to understand your query and recommend the best courses available.
51
+ - **Direct Links**: Each recommendation includes a link so you can check out the course directly on Analytics Vidhya.
52
+
53
+ ### How to Use
54
+ Simply type in your topic of interest below, and the chatbot will provide a tailored course suggestion along with details such as the course curriculum, duration, instructor, and difficulty level.
55
+
56
+ ---
57
+ [Explore the Full Version](https://huggingface.co/spaces/raghuv-aditya/Course-Finder-AI-Large) if you’re looking for more customization options, including live scraping for the latest course updates.
58
+
59
  """)
60
 
61
  with gr.Group():