To run application - http://localhost:5001/
python .\color_palette_generator\app.py
To run application - python .\chatbot\app.py --personality "rude and obnoxious"
To run application - python .\app.py .\sample\dfs.py
python -m venv .venv
.\.venv\Scripts\activate.bat
python .\app.py "Gangsta rap song from West coast" --count 8 --name "G-Rap"
Application to get embedding of 5000 movies, upload to Nomic Atlas and do recommendations. (movie_embeddings_cache.pkl
differs from Mac to PC)
pip install nomic
nomic login [token]
To run application - python .\app.py
List 5 different cities in the States that I've lived. Go to reddit api(praw) to grab monthly submission's comment and score them into .csv file.
To run application - python .\app.py
Fetch reddit client id and secret
Tiktoken 4 ChatCompletion
How to add ipython console to pycharm