You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,40 +15,41 @@ Clone our repository:
15
15
```shell
16
16
git clone https://github.com/aqerd/CVbuilder.git
17
17
```
18
-
Set the environmental variables in `.env`. For reference see `.env.example`.
18
+
Set the environmental variables in `.env`. For reference see [`.env.example`](https://github.com/aqerd/CVbuilder/blob/main/.env.example) file.
19
19
20
20
> [!NOTE]
21
-
> To get your GroqCloud API key, visit the [documentation](https://console.groq.com/docs/overview).
21
+
> To get your Google API key, visit the [documentation](https://console.developers.google.com/).
22
22
> You can collect your email password by creating a new email on any SMTP Server and retrieving it from the settings.
23
23
24
-
Make sure you have Python 3.10 (at least), `make` (install it if you have Windows) and Docker installed on your machine.
24
+
Make sure you have `Python 3.10` (at least), `make` (install it if you have Windows) and `Docker Engine` installed on your machine.
25
25
26
26
To build and up docker container run this:
27
27
```bash
28
28
make
29
29
```
30
-
Now go to `localhost:8181` in your browser.
30
+
Now go to [`localhost:8181`](http://localhost:8181) in your browser.
31
31
32
32
> [!IMPORTANT]
33
33
> Note that you might encounter a connection error if you're running this in Russia.
34
34
35
35
## 🔨 Powered by
36
36
- Python
37
37
- uv
38
+
- Ruff
38
39
- Flask
39
40
- Docker
40
41
- HTML, CSS and JavaScript
41
-
-GroqCloud with Llama 3.3 70B Versatile
42
+
-Google's Gemini 2.5 Flash with GenAI
42
43
43
44
## 🎨 Site design
44
-
Designed by Ruslan Suleymanov in Figma. See this project on [Behance](https://www.behance.net/gallery/215413437/CVbuilder) or in [Figma Community](https://www.figma.com/community/file/1465009107029457211/cv-builder).
45
+
Designed by Ruslan Suleymanov in Figma. See this project on [`Behance`](https://www.behance.net/gallery/215413437/CVbuilder) or in [`Figma Community`](https://www.figma.com/community/file/1465009107029457211/cv-builder).
45
46
46
47
## 🖼️ Contribute with new theme
47
-
Want to contribute our project with new theme design? See this [documentation](https://github.com/aqerd/CVbuilder/blob/main/docs/THEMES.md)
48
+
Want to contribute our project with new theme design? See this [`documentation`](/docs/THEMES.md)
48
49

49
50
50
51
## 🚀 Deployment
51
-
Site is deployed on https://cvbuilder.art on Yandex Cloud with Apache HTTP-Server
52
+
Site is deployed on [`cvbuilder.art`](https://cvbuilder.art/) on `Yandex Cloud` with `Apache HTTPServer`. AI features are disabled since it's deployed in Russia
52
53
53
54
## 🧑💻 Credits
54
-
Project made by **Ruslan Suleymanov**, **Rasul Gasanbekov** and **Vladimir Golubev** for Python course at Ural Federal University
55
+
Project made by `Ruslan Suleymanov`, `Rasul Gasanbekov` and `Vladimir Golubev` for Python course at Ural Federal University
0 commit comments