Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Renders your (JSON) resume/CV for online & pretty terminal display
| Date | Stars |
|---|---|
| 2026-07-24 | 268 |
| 2026-07-25 | 268 |
| 2026-07-28 | 268 |
| 2026-07-30 | 268 |
| 2026-08-06 | 268 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# [ancv](https://github.com/alexpovel/ancv)
Getting your resume aka [an CV](https://youtu.be/mJUtMEJdvqM?t=16) (*[ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code)-v* 🤡) straight to your and anyone else's terminals:

---
Be warned though, for this is kinda useless and just for fun:
<p align="center">
<img src="docs/images/users-venn.svg" alt="users venn diagram">
</p>
## Getting started
1. Create your resume according to the [JSON Resume Schema](https://jsonresume.org/schema/) (see also the [schema specification](https://github.com/jsonresume/resume-schema/blob/master/schema.json)) either:
- use ChatGPT (or another LLM) with the following prompt (you need to fill in the spaces for `[resume]` and `[json_schema]`):
```
Resume:[resume]
JSON Resume Schema:[json_schema]
Provide JSON data structure of the resume, formatted according to the JSON Resume Schema
Output json, no yapping
```
Note: for `json_schema` you can just use the example [from here](https://jsonresume.org/schema/)
- manually (see [the `heyho` sample](./ancv/data/showcase.resume.json) for a possible starting point),
- exporting from [LinkedIn](https://www.linkedin.com/) using [Joshua Tzucker's LinkedIn exporter](https://joshuatz.com/projects/web-stuff/linkedin-profile-to-json-resume-exporter/) ([repo](https://github.com/joshuatz/linkedin-to-jsonresume))[^1], or
- exporting from one of the platforms advertised as offering [JSON resume integration](https://jsonresume.org/schema/).
2. [Create a **public** gist](https://gist.github.com/) named `resume.json` with your resume contents.
3. You're now the proud owner of an ancv.
Time to try it out.
The following examples work out-of-the-box.
**Replace `heyho` with your GitHub username** once you're all set up.
- curl:
```bash
curl -L ancv.povel.dev/heyho
```
with `-L` being shorthand for [`--location`](https://curl.se/docs/manpage.html), allowing you to follow the redirect from `http://ancv.povel.dev` through to `https://ancv.povel.dev`.
It's shorter than its also perfectly viable alternative:
```bash
curl https://ancv.povel.dev/heyho
```
Lastly, you might want to page the output for easiest reading, top-to-bottom:
```bash
curl -sL ancv.povel.dev/heyho | less
```
If that garbles the rendered output, try `less -r` aka [`--raw-control-chars`](https://man7.org/linux/man-pages/man1/less.1.html).
- wget:
```bash
wget -O - --quiet ancv.povel.dev/heyho
```
where `-O` is short for [`--output-document`](https://linux.die.net/man/1/wget), used here to redirect to stdout.
- PowerShell 7:
```powershell
(iwr ancv.povel.dev/heyho).Content
```
where `iwr` is an alias for [`Invoke-Webrequest`](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-webrequest?view=powershell-7.2), returning an object whose `Content` we access.
- PowerShell 5:
```powershell
(iwr -UseBasicParsing ancv.povel.dev/heyho).Content
```
where `-UseBasicParsing` is *only* required if you haven't set up Internet Explorer yet ([yes, really](https://stackoverflow.com/q/38005341/11477374)).
If you have, then it works as PowerShell 7 (where that flag is deprecated and the default anyway).
## Configuration
*All configuration is optional.*
The CV is constructed as follows:

In summary:
- you control:
- the **template**.
Essentially the order of items, indentations, text alignment, position of dates and more.
Templates are like layouts/skeletons.
- the **theme**.
This controls colors, italics, boldface, underlining, blinking (yes, really) and more.
A couple themes exist but you can easily add your own one.
- the **language** to use.
Pre-set strings Excerpt of 11,485 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:fd7447779ec353da, topic:serverless