skavtech commited on
Commit
2c2a3d1
1 Parent(s): f267c8e

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -158
README.md DELETED
@@ -1,158 +0,0 @@
1
-
2
- ![Logo]([https://](https://autobots.streamlit.app/~/+/media/6fccba9d58db2500bc016561cb7ed354b3f7bb72e1c9b102ac98cef4.png))
3
-
4
- **Welcome to AutoBot 🤖**
5
-
6
- Interactive Chatbot build with Python Streamlit, Leveraging Gemini-pro API to the Application
7
-
8
- **AutoBot AI**
9
-
10
- Functionalities:
11
-
12
- **AI Chatbot**
13
-
14
- **CODEX**
15
-
16
- **Web Scrapper**
17
-
18
- **Github Codespaces**
19
-
20
- **Mega Bot**
21
-
22
- AutoBot, powered by the Gemini API, is a basic chatbot designed for automation. It excels in writing code and generating downloadable files with a .txt extension, offering the ability to handle up to 60 queries per minute.
23
-
24
- Named for its automation capabilities, AutoBot combines "Auto" for continuous work and "Bot" for an intelligent machine that works for you.
25
-
26
- Why choose AutoBot? Unlike other chatbots, AutoBot offers unlimited prompts and responses to the Google AI model, leveraging Gemini-pro. It's particularly effective for basic web development tasks.
27
-
28
- Developed by SKAV TECH, a company focused on creating practical AI projects, AutoBot is intended for educational purposes only. We do not endorse any illegal or unethical activities.
29
-
30
- Explaining each Functionalities:
31
-
32
- 1. **AI Chatbot**
33
- AutoBot is effective for code generation, if your prompt contains code generation then you can get Downloadable files.
34
-
35
- 2. **CODEX**
36
- CODEX Interactive CODING GUIDE, No one can explain Code like me trust me, Trust is the Most expensive thing Cheap people can't afford it.
37
-
38
- You can ask specific code or content using the phase @codex "prompt"
39
- You can upload your code here to ask the CODEX to generate Explanation (for eg. @codex Can you explain me this code in the file "filename"
40
- I can Generate 60 queries per minute Pretty wild right, Haha more to see and Explore.
41
- Example prompt: @codex explain me the code in the file "your_file_name"
42
-
43
- Some popular Prompts:.
44
- 1. @codex explain me the code in the file app.py
45
- 2. @codex how does this code works in the file app.py
46
- 3. @codex can you explain me this code how does it works: "paste your code"
47
-
48
- use @codex phase to start the prompt
49
-
50
- 3. **Web Scapper**
51
- A tool that is build with Python, this gathers the contents of Websites using requests, Keep in mind this tool is for educational purpose only, You can get a clone of any website content by pasting down the URL of the Offical website in the tool
52
-
53
- 4. **Github Codespaces**
54
- Providing the time to the user not to open VS code on Windows, while we provide an Web interaction to Vs code through Github Codespaces.
55
-
56
- 5. **Mega Bot**
57
- Multi Model capability at finger tips.
58
-
59
- Steps to install and Run AutoBot:
60
- **STEP-1:**
61
- Open Command Prompt and Type the followed command, Clone the Github repo into your system:
62
- >=> git clone https://github.com/Sandeepkasturi/Auto-bot-ai.git.
63
-
64
- >=> cd Auto-bot-ai
65
-
66
- Now On you Directory where AutoBot AI folder is present, Make changes in the code where you find st.secrets[api_key]
67
- This thing is actually hides the API key from Public, you can generate your own Gemini-AI API key at Google AI Studio **https://aistudio.google.com/app/apikey**
68
- ## Authors
69
-
70
- - [@sandeepkasturi](https://www.github.com/sandeepkasturi)
71
-
72
-
73
- ## 🚀 About Me
74
- I'm a Prompt Engineer...
75
-
76
-
77
- ## Contributing
78
-
79
- Contributions are always welcome!
80
-
81
- See `contributing.md` for ways to get started.
82
-
83
- Please adhere to this project's `code of conduct`.
84
-
85
-
86
- ## Demo
87
-
88
- Here is the link to demo
89
-
90
- https://youtu.be/i0Q-NBrYpPI
91
- ## Badges
92
-
93
-
94
- [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
95
-
96
- Hi ![](https://user-images.githubusercontent.com/18350557/176309783-0785949b-9127-417c-8b55-ab5a4333674e.gif)
97
- My name is Sandeep Kasturi
98
- =======================================================================================================================================
99
- Founder of SKAV TECH
100
- ---------------
101
-
102
- I've been learning to code for 5 years, after switching careers. I started with Python, but have really found a passion for AI Development and I started SKAV TECH a NO CODE Development platform combined with AI tools and Experienced Prompt Engineers.
103
-
104
- * 🌍  I'm based in India
105
- * 🖥️  Our [Company](http://skavtech.mydurable.com)
106
- * ✉️  You can contact me at [[email protected]](mailto:[email protected])
107
- * 🚀  I'm currently working on [SKAV AI](http://skstores.xyz)
108
- * 🧠  I'm learning AI
109
- * 🤝  I'm open to collaborating on [Instagram](https://instagram.com/sandeep_kasturi_)
110
- * ⚡  I'm secretly Developing some AI applications which can change my career. Updates will be posted on Instagram,
111
-
112
- ## Installation
113
-
114
- Install AutoBot with Command Prompt
115
-
116
- ```bash
117
- git clone https://github.com/Sandeepkasturi/Auto-bot-ai.git
118
- cd Auto-bot-ai
119
- ```
120
- After Installation you need to make changes in the Code. That is setting up your own Gemini API key.
121
- In the Streamlit_app.py
122
- You can find the code line : **configure(api_key=st.secrets["api_key"])**
123
-
124
- You need to Update the code:
125
- configure(api_key="Your_api_key")
126
- Now Open Command Prompt and follow the commands below
127
- ```bash
128
- pip install -r requirements.txt
129
-
130
- streamlit run streamlit_app.py
131
- ```
132
-
133
- ## Running Tests
134
-
135
- To run tests, run the following command
136
-
137
- ```bash
138
- streamlit run streamlit_app.py
139
- ```
140
-
141
-
142
- ## Tech Stack
143
-
144
- **Python Streamlit**
145
-
146
-
147
- ## Deployment
148
-
149
- To deploy this project you need to setup Streamlit Cloud with Github
150
-
151
-
152
- ## Used By
153
-
154
- This project is used by the following companies:
155
-
156
- - [SynkWave](https://skstores.xyz)
157
- - [SKAV TECH](https://skavtech.mydurable.com)
158
-