amirhoseinsedaghati commited on
Commit
aa25527
·
verified ·
1 Parent(s): dc94637

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Data Science Tutor
3
- emoji: 🏢
4
- colorFrom: indigo
5
- colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.30.0
8
  app_file: app.py
@@ -10,4 +10,25 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Data Science Tutor
3
+ emoji: 📊
4
+ colorFrom: gray
5
+ colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.30.0
8
  app_file: app.py
 
10
  license: apache-2.0
11
  ---
12
 
13
+ # Data Science Tutor
14
+ <p>
15
+ This AI-powered chatbot was created by the Chat Completions and Moderations endpoints of OpenAI API. It acts like a data science tutor who provides accurate, clear answers to user's questions and It's sensitive to the contents that violate OpenAI's usage policies, including inciting violence, hate speech, and so forth.<br/>
16
+
17
+ Its purpose is to assist users by providing concise and accurate answers in topics related to data such as data science, programming, mathematics, Artificial Intelligence, Machine Learning, Deep Learning, Databases, Data Engineering, and more. So, It may not be able to provide information on a wide range of topics beyond data science and programming.
18
+
19
+ </p>
20
+
21
+ # Usage
22
+ <img src="https://i.postimg.cc/y6RxH9y1/combined-openai-api-drawio.png">
23
+ 1. To use <a href="https://huggingface.co/spaces/amirhoseinsedaghati/data_science_tutor">the online version</a>, just pass your question into the text area and click on <b>Generate Answer</b>.
24
+ <br></br>
25
+ 2. To use it on your local machine, clone the project from <a href="https://github.com/amirho3einsedaghati/data_science_tutor">this URL GitHub</a> using <pre>git clone [email protected]:amirho3einsedaghati/data_science_tutor.git</pre> then navigate to the data_science_tutor directory containing the main.py file and run the Streamlit application using the command <pre>streamlit run main.py</pre>
26
+
27
+ # License
28
+ <a href="https://huggingface.co/spaces/amirhoseinsedaghati/data_science_tutor/blob/main/LICENSE">Apache-2.0</a>
29
+
30
+ # Appendix:
31
+ <a href="https://github.com/amirho3einsedaghati/data_science_tutor">https://github.com/amirho3einsedaghati/data_science_tutor</a>
32
+
33
+ # Maintainer Contact:
34
+ <a href="https://linktr.ee/amirhoseinsedaghati">https://linktr.ee/amirhoseinsedaghati</a>