Bio generator for Junior Data Scientists, designer, developer, economist and Cybersecurity Analyst. A tool that automatically generates biographies ,as a project at the Cadi Ayyad University, by computer science department under the guidance of Professor :Jihad Zahir
Python, Tensorflow/keras, Flask
python3
git clone https://github.com/Chegashi/bio_generator
cd bio_generator
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 run.py
got to http://127.0.0.1:5000/
datasets text generated train scripte
if you have an ereur in textgenrnn module "env/lib/python3.8/site-packages/textgenrnn/textgenrnn.py" replace line number 14 with
"from tensorflow.compat.v1.keras.backend import set_session"
or jut run this commend
textgenrnn=env/lib/python3/site-packages/textgenrnn/textgenrnn.py && awk '{ if (NR == 14) print "from tensorflow.compat.v1.keras.backend import set_session"; else print $0}' $aa > tmp && cat tmp > $textgenrnn && rm tmp
- Octoparse -Web Scraping Tool. Automate Data Extraction from websites within clicks without coding.
- TwitHelper - chrome extention using to Scraping data from twiter
- vscode - source-code editor.