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.
Code for my blog post on How to Build Your Own Uber-for-X App
| Date | Stars |
|---|---|
| 2026-07-24 | 317 |
| 2026-07-25 | 317 |
| 2026-07-28 | 317 |
| 2026-07-30 | 317 |
| 2026-08-06 | 317 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
  # Code for my blog series: - [How to build your own Uber-for-X App](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/) - [How to build your own Uber-for-X App - Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/) ## Tech Stack      ## How to install: - Install [NodeJS](https://nodejs.org/en/) and [MongoDB](https://docs.mongodb.com/) - Fork this project and clone it in your machine - `cd` to your project root and run `npm install` - run `mongoimport --db uberForX --collection cops --drop --file ./db/cops.json` to import sample cop information in MongoDB - run `mongoimport --db uberForX --collection requests --drop --file ./db/crime-data.json` to import sample crime information in MongoDB ## How to run: - Run `node app.js` in your project root folder - Open a demo civilian page by going to http://localhost:8000/civilian.html?userId=YOURNAME - Open 3 or more cop pages from the imported cop profiles on separate tabs - [01](http://localhost:8000/cop.html?userId=01), [02](http://localhost:8000/cop.html?userId=02), [03](http://localhost:8000/cop.html?userId=03), [04](http://localhost:8000/cop.html?userId=04), [05](http://localhost:8000/cop.html?userId=05), [06](http://localhost:8000/cop.html?userId=06), [07](http://localhost:8000/cop.html?userId=07) -----  ## Did this project help you? I'd love your support 🙏 [](https://ko-fi.com/I2I2131HO) <a href="https://www.buymeacoffee.com/booleanhunter" target="_blank"> <img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/purple_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;"> </a>
Excerpt of 2,480 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9e1cf3d773a1a2c8, topic:tutorial