https://github.com/oniani/profile-generation
A simple, on-the-fly user profile generation (with API)
https://github.com/oniani/profile-generation
api flask generator profile-generation python3
Last synced: about 2 months ago
JSON representation
A simple, on-the-fly user profile generation (with API)
- Host: GitHub
- URL: https://github.com/oniani/profile-generation
- Owner: oniani
- License: mit
- Created: 2019-12-01T07:40:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T21:59:13.000Z (about 2 years ago)
- Last Synced: 2025-03-02T10:08:12.280Z (over 1 year ago)
- Topics: api, flask, generator, profile-generation, python3
- Language: Python
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Profile Generator
[A demonstration of a simple, on-the-fly user profile generation:
http://profile-generation.herokuapp.com](http://profile-generation.herokuapp.com)
The API is available [here](http://profile-generation.herokuapp.com/api).

## Running
Make sure to have [Python](https://www.python.org/) installed and run the
following commands in the order specified below.
```{sh}
git clone https://github.com/oniani/profile-generation.git
cd profile-generation
python3 -m pip install -r requirements.txt
flask run
```
After running the commands above, open localhost (usually, port 5000) in the
browser and refresh the page. If everything to this point worked well, the app
should generate a new profile on every refresh of the page.
## References
- [This Person Does Not Exist](https://thispersondoesnotexist.com/)
- [textgenrnn](https://github.com/minimaxir/textgenrnn)
- [names](https://github.com/treyhunner/names)
## License
[MIT License](LICENSE)