CSC 480 Final Project
An interactive, user friendly stargazing tool built on a knowledge base of star information.
powershell -ExecutionPolicy Bypass -File setup.ps1
.\venv\Scripts\Activate.ps1
Then start the local frontend with:
streamlit run your_app.py
make setup
make run
- Once venv is set, re-use it instead of reinstalling every time
- Make sure to add a new API key to
.envif running locally