Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,12 @@ The chatbot uses advanced language models and a robust information retrieval set
|
|
47 |
- **Detailed Information**: Each recommendation includes essential details, such as the course curriculum, target audience, and skill level.
|
48 |
- **User-Friendly Interface**: Powered by **Gradio**, the chatbot is designed to be intuitive and interactive.
|
49 |
|
50 |
-
This course recommendation chatbot combines **web scraping, language processing**, and **retrieval-augmented generation** techniques to deliver high-quality course recommendations. Just type in the area you’re interested in, and get a course that’s right for you!
|
|
|
|
|
|
|
|
|
|
|
51 |
""")
|
52 |
|
53 |
input_text = gr.Textbox(label="Ask your question about courses", placeholder="e.g., Best courses for machine learning", elem_id="input_text")
|
|
|
47 |
- **Detailed Information**: Each recommendation includes essential details, such as the course curriculum, target audience, and skill level.
|
48 |
- **User-Friendly Interface**: Powered by **Gradio**, the chatbot is designed to be intuitive and interactive.
|
49 |
|
50 |
+
This course recommendation chatbot combines **web scraping, language processing**, and **retrieval-augmented generation** techniques to deliver high-quality course recommendations. Just type in the area you’re interested in, and get a course that’s right for you!
|
51 |
+
|
52 |
+
For those who prefer even faster results, there’s a **compact version** of this chatbot that works on pre-scraped course data and delivers recommendations **20x faster**! [Try the compact version here](https://huggingface.co/spaces/raghuv-aditya/Course-Finder-AI).
|
53 |
+
|
54 |
+
> **Bonus Tip**: Check out the logs to see the full list of courses scraped just for you – consider it a backstage pass to your learning options! 😎
|
55 |
+
|
56 |
""")
|
57 |
|
58 |
input_text = gr.Textbox(label="Ask your question about courses", placeholder="e.g., Best courses for machine learning", elem_id="input_text")
|